ApesWTF
Verified contract
Active on
Ethereum with 1,720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3420…4c70
Balances ($0.00)
No balances found for "ApesWTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20166260 | 5 months ago | | | 0 | 0.00017370152 | |
| 19865067 | 6 months ago | | | 0 | 0.00019500678 | |
| 19847760 | 6 months ago | | | 0 | 0.00023952603 | |
| 19601582 | 7 months ago | | | 0 | 0.00041014690 | |
| 19205785 | 9 months ago | | | 0 | 0.0011893464 | |
| 19197893 | 9 months ago | | | 0 | 0.0013814196 | |
| 19197746 | 9 months ago | | | 0 | 0.0013832158 | |
| 18994910 | 10 months ago | | | 0 | 0.00036181853 | |
| 18892686 | a year ago | | | 0 | 0.0012638563 | |
| 18889353 | a year ago | | | 0 | 0.00094361979 |
ABI
ABI objects
Getter at block 21187729
canUpdateSeed() view returns (bool)
true
descriptor() view returns (address)
0x342028a0f3e9eb5598869640813a57b450e04c70
maxSupply() view returns (uint256)
2222
minting() view returns (bool)
true
name() view returns (string)
ApesWTF
owner() view returns (address)
0xa6716d4e0854362ccf9b2dfc4764cdcfc50564f5
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
AWTF
totalSupply() view returns (uint256)
2221
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) 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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
mint(uint32 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setMinting(bool value)
setSupply(uint256 _supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
vaultApes(uint32 count)
withdraw() 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)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.