Decentraland Invite
Verified contract
Active on
Ethereum with 169 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 "Decentraland Invite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16869267 | 2 years ago | | | 0 | 0.0010999030 | |
| 9420163 | 5 years ago | | | 0 | 0.00022600500 | |
| 7951667 | 5 years ago | | | 0 | 0.00018788000 | |
| 7726513 | 6 years ago | | | 0 | 0.00018788000 | |
| 7726513 | 6 years ago | | | 0 | 0.00018781600 | |
| 7726513 | 6 years ago | | | 0 | 0.00018788000 | |
| 7726512 | 6 years ago | | | 0 | 0.00018788000 | |
| 7726512 | 6 years ago | | | 0 | 0.00018788000 | |
| 7726508 | 6 years ago | | | 0 | 0.00018788000 | |
| 7726508 | 6 years ago | | | 0 | 0.00018788000 |
ABI
ABI objects
Getter at block 21293101
name() view returns (string)
Decentraland Invite
owner() view returns (address)
0x5f3222dce413c4001cd5c3cfe96cd2a6de4fe05c
paused() view returns (bool)
true
symbol() view returns (string)
DCLI
totalSupply() view returns (uint256)
158
Read-only
balance(address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
metadata(uint256) view returns (bytes)
ownerOf(uint256 _tokenId) view returns (address)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events allow(address target, uint256 amount)
approve(address _to, uint256 _tokenId)
invite(address target, bytes note)
pause()
renounceOwnership()
revoke(address target)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTokenURI(uint256 id, string uri)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Invited(address who, address target, uint256 id, bytes note)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
URIUpdated(uint256 id, string newUri)
Unpause()
UpdateInvites(address who, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.