PlastiApes
Verified contract
Active on
Ethereum with 1,171 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 "PlastiApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16480461 | 2 years ago | | | 0 | 0.00084694285 | |
| 15269026 | 2 years ago | | | 0 | 0.00047608399 | |
| 15263786 | 2 years ago | | | 0 | 0.0018343643 | |
| 15152828 | 2 years ago | | | 0 | 0.00032784361 | |
| 15012644 | 2 years ago | | | 0 | 0.00070013914 | |
| 14951599 | 3 years ago | | | 0 | 0.0017169359 | |
| 14946002 | 3 years ago | | | 0 | 0.0010228121 | |
| 14933253 | 3 years ago | | | 0 | 0.0022896703 | |
| 14930817 | 3 years ago | | | 0 | 0.0030308364 | |
| 14930802 | 3 years ago | | | 0 | 0.0011597496 |
ABI
ABI objects
Getter at block 21420914
maxPerTx() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
name() view returns (string)
PlastiApes
owner() view returns (address)
0xa54ac1886691063639e21a16c66d1b9015e0f4a8
price() view returns (uint256)
0
saleStatus() view returns (bool)
true
symbol() view returns (string)
PLAPE
totalSupply() view returns (uint256)
554
Read-only
_minted(address) view returns (uint256)
_stakedTokens(uint256) view returns (bool staked, bool usedForMint, uint256 duration)
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)
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)
mint(uint256 amount) payable
ownerMint(uint256 amount)
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)
setMaxPerTx(uint256 amount)
setMaxPerWallet(uint256 amount)
setPrice(uint256 amount)
setSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.