SOSMetaID
Verified contract
Active on
Ethereum with 1,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SOSMetaID"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19627889 | 7 months ago | | | 0 | 0.00078514914 | |
| 19574408 | 7 months ago | | | 0 | 0.0033481673 | |
| 19433959 | 8 months ago | | | 0 | 0.0014455309 | |
| 18899680 | a year ago | | | 0 | 0.0019623595 | |
| 18885515 | a year ago | | | 0 | 0.0014248190 | |
| 18444474 | a year ago | | | 0 | 0.0021904096 | |
| 18258321 | a year ago | | | 0 | 0.0013782346 | |
| 18258285 | a year ago | | | 0 | 0.0011321767 | |
| 18258281 | a year ago | | | 0 | 0.0013645025 | |
| 17563259 | a year ago | | | 0 | 0.0020377141 |
ABI
ABI objects
Getter at block 21193044
WHITELIST_TYPEHASH() view returns (bytes32)
0x8aa78fb84238c2da95751ef52fa2b854032578eb5a72e2c781b9daaf79c09a99
contractURI() view returns (string)
erc721Address() view returns (address)
0xa4eacdf4af749060a22aefe06337cb9fb96d45fb
name() view returns (string)
SOS Meta ID
owner() view returns (address)
0x57b22ac54bf6a086c7ed79e3a8794029703611cd
symbol() view returns (string)
SOSMETAID
totalSupply() view returns (uint256)
1511
whitelistSigner() view returns (address)
0x59b9fa20d3b4b0a036777abba60cceea1b173041
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(address _minter, uint256 _tokenId, uint256 _nonce, bytes _signature) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _minter, uint256 _tokenId, uint256 _nonce, bytes _signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractAddress(address _erc721Address)
setContractURI(string URI)
setWhitelistSigner(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.