Peanutpods425
Verified contract
Active on
Ethereum with 272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "Peanutpods425"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21055200 | a month ago | | | 0 | 0.00013461845 | |
| 21055200 | a month ago | | | 0 | 0.00013277650 | |
| 19326856 | 9 months ago | | | 0 | 0.0043315649 | |
| 19320230 | 9 months ago | | | 0 | 0.0012990500 | |
| 19319829 | 9 months ago | | | 0 | 0.0031288380 | |
| 19319808 | 9 months ago | | | 0 | 0.0032065473 | |
| 19319803 | 9 months ago | | | 0 | 0.0027552846 | |
| 19319799 | 9 months ago | | | 0 | 0.0018714635 | |
| 19319797 | 9 months ago | | | 0 | 0.0032699038 | |
| 19319795 | 9 months ago | | | 0 | 0.0032604090 |
ABI
ABI objects
Getter at block 21314823
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x33784cc6f291a5d80713221682f04dbccc3a43ae
name() view returns (string)
Peanutpods425
owner() view returns (address)
0x6a27fdaf2b9add5cee1a59b1f72a70f55d710369
symbol() view returns (string)
PEAN
totalSupply() view returns (uint256)
1024000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setBaseURI(string baseURI_)
setSkipNFT(bool skipNFT) returns (bool)
setSkipNFTAddress(address _address, bool _status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
UnitIsZero()