The Association NFT
Verified contract
Active on
Ethereum with 29,585 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASSOC | ERC-20 | 10T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283961 | 6 hours ago | | | 0 | 0.00021797163 | |
| 21272006 | 2 days ago | | | 0 | 0.00025119539 | |
| 21270422 | 2 days ago | | | 0 | 0.00018946080 | |
| 21270412 | 2 days ago | | | 0 | 0.00033274080 | |
| 21264924 | 3 days ago | | | 0 | 0.00059616060 | |
| 21217806 | 10 days ago | | | 0 | 0.00034040110 | |
| 21217778 | 10 days ago | | | 0 | 0.00035838668 | |
| 21210356 | 11 days ago | | | 0 | 0.00053996881 | |
| 21188539 | 14 days ago | | | 0 | 0.0015785228 | |
| 21102488 | a month ago | | | 0 | 0.00011706984 |
ABI
ABI objects
Getter at block 21285844
_iRnd() view returns (address)
0x951a188b63d2e7d65e2f51a5951362d8a096e6a3
_start1() view returns (uint256)
3161
availableToMint() view returns (uint256)
0
constantReserved() view returns (uint256)
480
index1() view returns (uint256)
0
index2() view returns (uint256)
0
name() view returns (string)
The Association NFT
owner() view returns (address)
0x111fe90abf839a13ac3c15f421426e206a3f416c
projectID() view returns (uint256)
4
reserved() view returns (uint256)
0
symbol() view returns (string)
ASSOC
tellEverything() view returns (struct token_interfaceTKS)
(18000, 18000, 0, true, false, 0, 0, false)
tokenPreRevealURI() view returns (string)
https://ether-cards.mypinata.cloud/ipfs/QmXKpNG6YrYAbQu9EtLBmxNbup2rQcQBWZC1G1BiVSwLv4
totalSupply() view returns (uint256)
18000
Read-only
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)
permitted(address) view returns (bool)
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)
uri(uint256 n) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] recipients, uint256[] numberOfCards)
mintCards(uint256 numberOfCards, address recipient)
process(uint256 random, bytes32 reqID)
renounceOwnership()
reserveMintCards(uint256 numberOfCards, address recipient)
resetReveal()
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)
setStart1(uint256 __start1, bool _status, string _stingSome)
setTransferLock(bool locked)
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)
Locked(bool arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomProcessed(uint256 stage, uint256 randUsed_, uint256 _start, uint256 _stop, uint256 _supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _projectID, address _rng, string _name, string _symbol, string __tokenPreRevealURI, uint256 _maxSupply, bool __locked, address _projectFactory, uint256 _reserved)
This contract contains no fallback and receive objects.
This contract contains no error objects.