Dark Wolrd
Verified contract
Active on
Ethereum with 849 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 "Dark Wolrd"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16259010 | 2 years ago | | | 0 | 0.00044048874 | |
| 16259009 | 2 years ago | | | 0 | 0.00067518834 | |
| 16259002 | 2 years ago | | | 0 | 0.00074172943 | |
| 16258997 | 2 years ago | | | 0 | 0.00069948547 | |
| 16258994 | 2 years ago | | | 0 | 0.00065356500 | |
| 16258958 | 2 years ago | | | 0 | 0.00065356500 | |
| 16258958 | 2 years ago | | | 0 | 0.00070983515 | |
| 16258958 | 2 years ago | | | 0 | 0.00071298000 | |
| 16258957 | 2 years ago | | | 0 | 0.00071022982 | |
| 16258957 | 2 years ago | | | 0 | 0.00076964482 |
ABI
ABI objects
Getter at block 21198470
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
2000000000000000
maxFreeNumerAddr() view returns (uint256)
1
maxSupply() view returns (uint256)
850
name() view returns (string)
Dark Wolrd
owner() view returns (address)
0x3410522ecaa6a349c90ad1090a9821a0d118694f
symbol() view returns (string)
Dark
totalSupply() view returns (uint256)
850
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin(address rec, uint256 amount)
approve(address operator, uint256 tokenId) payable
claim(uint256 amount) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx, uint256 maxS)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()