The Association NFT
Verified contract
Active on
Ethereum with 14,874 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 "The Association NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261352 | 5 days ago | | | 0 | 0.00036226242 | |
| 21135024 | 22 days ago | | | 0 | 0.00095888975 | |
| 21104571 | a month ago | | | 0 | 0.000060900854 | |
| 21083603 | a month ago | | | 0 | 0.00041386152 | |
| 21045000 | a month ago | | | 0 | 0.00014911389 | |
| 20981929 | a month ago | | | 0 | 0.00022657092 | |
| 20964987 | 2 months ago | | | 0 | 0.0016016851 | |
| 20956687 | 2 months ago | | | 0 | 0.00027453489 | |
| 20919363 | 2 months ago | | | 0 | 0.00027212965 | |
| 20904972 | 2 months ago | | | 0 | 0.00010713747 |
ABI
ABI objects
Getter at block 21295931
_iRnd() view returns (address)
0x72170f577f3b221b3478e09ccd5323445a8460d7
name() view returns (string)
The Association NFT
owner() view returns (address)
0x111fe90abf839a13ac3c15f421426e206a3f416c
symbol() view returns (string)
ASSOC
Read-only
_permitted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintBatch(address[] owners)
process(uint256 random, bytes32 reqID)
renounceOwnership()
retrieve721(address _tracker, uint256 id)
retrieveERC20(address _tracker, uint256 amount)
retrieveETH()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _addr, bool _state)
setApprovalForAll(address operator, bool approved)
setPreRevealURI(string _pre)
setRevealedBaseURI(string revealedBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Allowed(address arg0, bool arg1)
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)
RandomProcessed(uint256 randomNumber)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string tempURI, address rng)
This contract contains no fallback and receive objects.
This contract contains no error objects.