Pigi Dragon
Verified contract
Active on
Ethereum with 335 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 "Pigi Dragon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20109185 | 6 months ago | | | 0 | 0.00012512605 | |
| 16705716 | 2 years ago | | | 0 | 0.0013900785 | |
| 16618275 | 2 years ago | | | 0 | 0.00044439908 | |
| 16617110 | 2 years ago | | | 0 | 0.00067542930 | |
| 16617077 | 2 years ago | | | 0 | 0.0023363006 | |
| 16617058 | 2 years ago | | | 0 | 0.0026322026 | |
| 16616995 | 2 years ago | | | 0 | 0.0017270953 | |
| 16616992 | 2 years ago | | | 0 | 0.0019426435 | |
| 16616962 | 2 years ago | | | 0 | 0.0017965649 | |
| 16616956 | 2 years ago | | | 0 | 0.0018997541 |
ABI
ABI objects
Getter at block 21385607
maxSupply() view returns (uint256)
999
name() view returns (string)
Pigi Dragon
owner() view returns (address)
0x889f66c358a1b24a66b453499a0539cff86f9d3b
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
Dragon
totalSupply() view returns (uint256)
449
Read-only
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
publicMint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()