MsPuiYiOvercomeGenesis
Verified contract
Active on
Ethereum with 1,583 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 "MsPuiYiOvercomeGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050583 | 2 months ago | | | 0 | 0.00035614472 | |
| 21050356 | 2 months ago | | | 0 | 0.00031295551 | |
| 21050341 | 2 months ago | | | 0 | 0.00029100140 | |
| 20425902 | 4 months ago | | | 0 | 0.00012833952 | |
| 20406897 | 4 months ago | | | 0 | 0.00013662182 | |
| 19259703 | 10 months ago | | | 0 | 0.00050779705 | |
| 18971766 | a year ago | | | 0 | 0.0012592812 | |
| 18601557 | a year ago | | | 0 | 0.00084075811 | |
| 18375887 | a year ago | | | 0 | 0.00015352449 | |
| 18312886 | a year ago | | | 0 | 0.00042206991 |
ABI
ABI objects
Getter at block 21387329
WHITELIST_TYPEHASH() view returns (bytes32)
0x26297fbcc683181c6c5215ec2185860828fbc485810bb529bd6f66b8849d1350
isSaleActivated() view returns (bool)
true
name() view returns (string)
MsPuiYi Overcome Genesis
owner() view returns (address)
0x2410e7f2eeace425bda7fc83984f902f1cf132a3
startTime() view returns (uint256)
1674986400
symbol() view returns (string)
PUIYIGENESIS
totalSupply() view returns (uint256)
1201
whitelistSigner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(address _buyer, uint256 _nonce, bytes _signature) view returns (address)
hasMinted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
gift(address[] receivers)
mint(uint256 _nonce, bytes _signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setStartTime(uint256 _startTime)
setWhitelistSigner(address _address)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()