PLUMPY DRAGONS
Verified contract
Active on
Ethereum with 1,955 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x958a…8f5c
Balances ($0.00)
No balances found for "PLUMPY DRAGONS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161455 | a day ago | | | 0 | 0.00079752750 | |
| 20881094 | a month ago | | | 0 | 0.00026225162 | |
| 20869136 | a month ago | | | 0 | 0.00035030668 | |
| 20869133 | a month ago | | | 0 | 0.00036450391 | |
| 20829282 | 2 months ago | | | 0 | 0.00079371108 | |
| 20829272 | 2 months ago | | | 0 | 0.00071020296 | |
| 20829266 | 2 months ago | | | 0 | 0.0010944627 | |
| 20753299 | 2 months ago | | | 0 | 0.000096325259 | |
| 20753289 | 2 months ago | | | 0 | 0.00018881118 | |
| 20693571 | 2 months ago | | | 0 | 0.00039751346 |
ABI
ABI objects
Getter at block 21170911
decimals() view returns (uint8)
18
metadata() view returns (address)
0x958a9bedb080085781913718907fcf41ccfe8f5c
minted() view returns (uint256)
2448
name() view returns (string)
PLUMPY DRAGONS
owner() view returns (address)
0xb0c88fddde40a8e6f655b46c95dc265ba9082c65
symbol() view returns (string)
LOONG
totalSupply() view returns (uint256)
888000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
updateMetadata(address _metadata)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner, address _metadata)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()