9021Collective
Verified contract
Active on
Ethereum with 3,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9020 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "9021Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20164004 | 5 months ago | | | 0 | 0.00031872230 | |
| 19565529 | 7 months ago | | | 0 | 0.00089694741 | |
| 19223652 | 9 months ago | | | 0 | 0.00048394795 | |
| 18917338 | 10 months ago | | | 0 | 0.00031534129 | |
| 18916192 | 10 months ago | | | 0 | 0.00036058828 | |
| 18910456 | a year ago | | | 0 | 0.00047505082 | |
| 18907179 | a year ago | | | 0 | 0.00071323549 | |
| 18872490 | a year ago | | | 0 | 0.00094321356 | |
| 18872260 | a year ago | | | 0 | 0.00095332176 | |
| 18861292 | a year ago | | | 0 | 0.00076249414 |
ABI
ABI objects
Getter at block 21202045
MAX_MINTABLE_AT_ONCE() view returns (uint256)
10
contractURI() view returns (string)
contractURI9021() view returns (string)
getPrice() view returns (uint256)
50000000000000000
imageHash() view returns (string)
isSaleOn() view returns (bool)
false
name() view returns (string)
9021Collective
numTotal9021s() view returns (uint256)
9021
owner() view returns (address)
0x8b37ebbcb4f082d3942dba4725edde0cfd067515
saleHasBeenStarted() view returns (bool)
true
symbol() view returns (string)
9021
totalSupply() view returns (uint256)
5492
Read-only
balanceOf(address owner) view returns (uint256)
freeRoll9021s(address) view returns (uint256)
get9021sBelongingToOwner(address _owner) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getNumfreeRoll9021s(address owner) view returns (uint256)
getcostForMinting9021s(uint256 _numToMint) view returns (uint256)
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)
endSale()
freeRollMint()
giveFreeRoll(address receiver, uint256 numRolls)
mint(uint256 _numToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _contractURI)
setImageHash(string _imageHash)
setPrice(uint256 _newPrice)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFailsafe()
withdrawSplit()
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.