ProxySaleV2
Verified contract
Active on
Ethereum with 86 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 "ProxySaleV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17567955 | a year ago | | | 0 | 0.0011244509 | |
| 17549317 | a year ago | | | 0 | 0.00093560505 | |
| 17548825 | a year ago | | | 0 | 0.00098217940 | |
| 17548096 | a year ago | | | 0 | 0.0010127710 | |
| 17419492 | a year ago | | | 0 | 0.0015255861 | |
| 17393414 | a year ago | | | 0 | 0.0021995151 | |
| 17393183 | a year ago | | | 0 | 0.0022268492 | |
| 17265320 | 2 years ago | | | 0 | 0.0031746486 | |
| 17262499 | 2 years ago | | | 0 | 0.0030406671 | |
| 17222949 | 2 years ago | | | 0 | 0.0062328838 |
ABI
ABI objects
Getter at block 21230096
MaxSupply() view returns (uint256)
577
maxPreNumberMinted() view returns (uint256)
1
owner() view returns (address)
0xc65e45608daf485ed676da88b2c7b508e05143b1
proxyAddress() view returns (address)
0x9ab2bdcd7c18be6c1a09d61fb064fb259f0d45da
publicMintPrice() view returns (uint256)
1880000000000000000
root() view returns (bytes32)
0xca656b192529b12034128aa2cc9ee7ab86ad2b61e80540f0207aec1ab633089a
status() view returns (uint8)
0
whiteListMintPrice() view returns (uint256)
1580000000000000000
Read-only
isStake(uint256 _tokenId) view returns (bool)
preNumberMinted(address) view returns (uint256)
publicNumberMinted(address) view returns (uint256)
stakeList(uint256) view returns (uint256 tokenId, uint256 stakeType, uint256 stakeTimestamp)
verifiedList(string) view returns (address)
State-modifying
Events addStakeRecord(uint256[] tokenIds)
delSigner(string _key)
preMintOfStake(bytes32[] _proof, uint256 _stakeType) payable
publicMint(string _salt, bytes _signature) payable
publicMintOfStake(string _salt, bytes _signature, uint256 _stakeType) payable
renounceOwnership()
setMaxPreNumberMinted(uint256 _maxPreNumberMinted)
setProxyAddress(address _proxyAddress)
setPublicMintPrice(uint256 _publicMintPrice)
setRoot(bytes32 _root)
setSigner(string _key, address _signer)
setStatus(uint8 _status)
setVault(address _vault)
setWhiteListMintPrice(uint256 _whiteListMintPrice)
stake(uint256 _tokenId, uint256 _stakeType)
transferOwnership(address newOwner)
unStake(string _salt, bytes _signature, uint256 _tokenId)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed owner, uint256 indexed tokenId, uint256 indexed timestamp)
UnStake(address indexed owner, uint256 indexed tokenId, uint256 indexed timestamp)
constructor(address _signerMint, address _signerUnStake, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.