Skip to content

InfamousVague/LootSafe.IGN.vyper.module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LootSafe.IGN.vyper.module

Overview

The IGN module is used to associate a human friendly name to an Ethereum address. This can be used to prevent MITM attacks to some extent as well as create a pleasant friendslist for blockchain backed games.

For example Matt#ae34f will return Matt's address.

Documentation

Methods

getAddress

Returns the address associated to an IGN

def getAddress (ign: bytes <= 32) -> address:

register

Register a new IGN associated with your address. Usernames should be no more than 26 bytes.

def register (ign: bytes <= 26):

Event: Register: __log__({ign: bytes <= 32, addr: address})

changeAddress

Change the address associated to msg.senders IGN.

def changeAddress (newAddress: address):

Event: Update: __log__({ign: bytes <= 32, oldAddr: address, newAddr: address})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages