PeperiumWrapper
Verified contract
Active on
Ethereum with 270 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GP | ERC-20 | 998 | -- | -- | |
UDP | ERC-20 | 42 | -- | -- | |
TIK | ERC-20 | 22 | -- | -- | |
NP | ERC-20 | 14 | -- | -- | |
TWR | ERC-20 | 13.052632 | -- | -- | |
BALL | ERC-20 | 10 | -- | -- | |
| ERC-20 | 5 | -- | -- | |
kfp | ERC-20 | 2 | -- | -- | |
CRP | ERC-20 | 1 | -- | -- | |
GOD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086940 | 22 days ago | | | 0 | 0.00087493231 | |
| 20855226 | 2 months ago | | | 0 | 0.00044642861 | |
| 20855204 | 2 months ago | | | 0 | 0.00051914972 | |
| 20852982 | 2 months ago | | | 0 | 0.00024842535 | |
| 20665089 | 3 months ago | | | 0 | 0.00030488504 | |
| 20640608 | 3 months ago | | | 0 | 0.000064600587 | |
| 20640198 | 3 months ago | | | 0 | 0.000070477793 | |
| 20640153 | 3 months ago | | | 0 | 0.00010827224 | |
| 20571259 | 3 months ago | | | 0 | 0.00014044309 | |
| 20514807 | 3 months ago | | | 0 | 0.00018358122 |
ABI
ABI objects
Getter at block 21247241
isOwner() view returns (bool)
false
owner() view returns (address)
0xd2b8903cf67f95dc85490993b63486031a8cbde7
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
contracts(uint256) view returns (address)
exists(uint256 _id) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
metadatas(uint256) view returns (string)
supportsInterface(bytes4 _interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
transferOwnership(address newOwner)
unwrap(uint256 _id, uint256 _quantity)
wrap(uint256 _id, uint256 _quantity)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value)
URI(string _value, uint256 indexed _id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.