ZelenskiyNFT
Verified contract
Active on
Ethereum with 340 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 |
---|---|---|---|---|---|
ZFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15002159 | 2 years ago | | | 0 | 0.0010769959 | |
| 14984877 | 2 years ago | | | 0 | 0.00093906172 | |
| 14979962 | 2 years ago | | | 0 | 0.0014690271 | |
| 14979071 | 2 years ago | | | 0 | 0.0022287303 | |
| 14977466 | 2 years ago | | | 0 | 0.00099676156 | |
| 14974906 | 2 years ago | | | 0 | 0.0015352830 | |
| 14968438 | 2 years ago | | | 0.15 | 0.0012730490 | |
| 14968438 | 2 years ago | | | 0.15 | 0.0012013495 | |
| 14945603 | 2 years ago | | | 0.15 | 0.0021943946 | |
| 14944603 | 2 years ago | | | 0.15 | 0.0022007037 |
ABI
ABI objects
Getter at block 21181187
amountDefault() view returns (uint256)
3
amountWhitelist() view returns (uint256)
1
communityMintSupply() view returns (uint256)
500
communityWallet() view returns (address)
0x949c48b29b3f5e75ff30bd8da4ba6de23aa34f91
getCharitySum() view returns (uint256)
14250000000000000000
getEthOnContract() view returns (uint256)
0
getTeamSum() view returns (uint256)
9500000000000000000
getWhitelistStatus() view returns (bool)
false
maxTotalSupply() view returns (uint256)
10000
multisigOwnerWallet() view returns (address)
0x15e6733be8401d33b4cf542411d400c823df6187
name() view returns (string)
ZelenskiyNFT
nextId() view returns (uint256)
143
owner() view returns (address)
0x41ac87e8a5e6320bc55c2c6d73c8861ee5fda091
priceDefault() view returns (uint256)
200000000000000000
priceWhitelist() view returns (uint256)
150000000000000000
publicMintStartTime() view returns (uint256)
1654099200
symbol() view returns (string)
ZFT
totalSupply() view returns (uint256)
142
whitelist2StartTime() view returns (uint256)
1654189200
whitelistEndTime() view returns (uint256)
1654088400
whitelistStartTime() view returns (uint256)
1654009200
Read-only
balanceOf(address owner) view returns (uint256)
checkAddressInWhiteList(bytes32[] _proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 amount, bytes32[] _proof) payable
buyDefault(uint256 amount) payable
communityBuy(uint256 amount, bytes32[] _proof) payable
pay()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendRemainder()
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setRoot(bytes32 _newRoot)
stopMint()
storeEth() payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Charity(address indexed _to, uint256 _value, bytes data)
LockTimerStarted(uint256 _start, uint256 _end)
MintStopped(bool status)
MintTimeSet(uint256 _start, uint256 _end)
NewRoot(bytes32 root)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paid(address indexed _from, uint256 _value, uint8 _whitelist)
Payout(uint256 amount)
Refund(address indexed _to, uint256 amount, bytes data)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UriChange(string newURI)
WhitelistStatusChange(bool status)
Withdrawal(address indexed _to, uint256 _value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.