woookong
Verified contract
Active on
Ethereum with 3,314 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 "woookong"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20890328 | 2 months ago | | | 0 | 0.00023378882 | |
| 20145354 | 6 months ago | | | 0 | 0.00012878739 | |
| 19744267 | 7 months ago | | | 0 | 0.00023400249 | |
| 19665944 | 8 months ago | | | 0 | 0.00045444815 | |
| 19502257 | 9 months ago | | | 0 | 0.00074367230 | |
| 18958928 | a year ago | | | 0 | 0.0014297357 | |
| 18904312 | a year ago | | | 0 | 0.00059169154 | |
| 18903853 | a year ago | | | 0 | 0.00051978868 | |
| 18397183 | a year ago | | | 0 | 0.00029027829 | |
| 18364023 | a year ago | | | 0 | 0.00047683642 |
ABI
ABI objects
Getter at block 21382006
freeNumPertx() view returns (uint256)
3
maxFreeSupply() view returns (uint256)
8000
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
woookong
owner() view returns (address)
0xf3d7ff155df5f712e1526293a9f782db090b66ec
symbol() view returns (string)
woookong
totalSupply() view returns (uint256)
9999
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 approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeNum(uint256 f, uint256 t)
setPrice(uint256 p)
setUri(string i)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()