DraGONS 2171
Verified contract
Active on
Ethereum with 2,221 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 "DraGONS 2171"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123537 | a month ago | | | 0 | 0.00055409163 | |
| 20942689 | 2 months ago | | | 0 | 0.0026432946 | |
| 20894818 | 2 months ago | | | 0 | 0.00039922193 | |
| 20867726 | 2 months ago | | | 0 | 0.00026392778 | |
| 20866410 | 2 months ago | | | 0 | 0.00046425871 | |
| 20533158 | 4 months ago | | | 0 | 0.000080235522 | |
| 20482414 | 4 months ago | | | 0 | 0.000090344985 | |
| 20370261 | 5 months ago | | | 0 | 0.00026811816 | |
| 20207879 | 5 months ago | | | 0 | 0.00012647356 | |
| 19999633 | 6 months ago | | | 0 | 0.00025108797 |
ABI
ABI objects
Getter at block 21391513 getAvailableIDs() view returns (uint256[])
MAX_DRAGONS_AIRDROP() view returns (uint256)
904
MAX_DRAGONS_MINT() view returns (uint256)
5000
airdropIsActive() view returns (bool)
true
availableTokenCount() view returns (uint256)
2155
dragonPrice() view returns (uint256)
70000000000000000
maxDragons() view returns (uint256)
5000
maxSupply() view returns (uint256)
5904
name() view returns (string)
DraGONS 2171
owner() view returns (address)
0x227483a4ee6f178dc7acf8998bdb7d2548416f4f
saleIsActive() view returns (bool)
false
symbol() view returns (string)
DRAGONS
tokenCount() view returns (uint256)
3749
totalDragonsAirdropped() view returns (uint256)
904
totalDragonsMinted() view returns (uint256)
2845
totalSupply() view returns (uint256)
3749
Read-only
balanceOf(address owner) view returns (uint256)
canMint(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMintableTokenNumber(address user) view returns (uint256 mintableTokenNumber)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedIDs(uint256) view returns (uint256)
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 airdropDragons(address to, uint256 count)
approve(address to, uint256 tokenId)
flipAirdropState()
flipSaleState()
mintDragon(uint256 gonsTokenId) payable
mintNDragons(uint256 numDragons) 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 uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.