PresaleWl CVG
Verified contract
Active on
Ethereum with 512 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 "PresaleWl CVG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20576446 | 4 months ago | | | 0 | 0.000033493146 | |
| 20576445 | 4 months ago | | | 0 | 0.000034151117 | |
| 20576444 | 4 months ago | | | 0 | 0.000033985357 | |
| 19845446 | 7 months ago | | | 0 | 0.00012959215 | |
| 19825087 | 7 months ago | | | 0 | 0.00023542060 | |
| 19819856 | 7 months ago | | | 0 | 0.00029970621 | |
| 19819514 | 7 months ago | | | 0 | 0.00030714553 | |
| 19818299 | 7 months ago | | | 0 | 0.00026852719 | |
| 19818271 | 7 months ago | | | 0 | 0.00028867507 | |
| 19818166 | 7 months ago | | | 0 | 0.00031999117 |
ABI
ABI objects
Getter at block 21402894
Dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Frax() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
MAX_SUPPLY_PRESALE() view returns (uint256)
2450000000000000000000000
NUMERATOR() view returns (uint256)
100
PRICE_WL() view returns (uint256)
22
getAmountCvgForVesting() view returns (uint256)
2449940909090909090909052
getTotalCvg() view returns (uint256)
2449940909090909090909052
name() view returns (string)
PresaleWl CVG
nextTokenId() view returns (uint256)
290
owner() view returns (address)
0xfc15a25457a07fdb8fa226ec755164d04878392b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
saleState() view returns (uint8)
2
supply() view returns (uint256)
59090909090909090948
symbol() view returns (string)
pCVG
totalSupply() view returns (uint256)
289
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIdAndType(address _wallet, uint256 _index) view returns (uint256 tokenId, uint256 vestingType)
getTokenIdsForWallet(address _wallet) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
mintersToggle(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleInfos(uint256) view returns (uint256 vestingType, uint256 cvgAmount, uint256 stableInvested)
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)
wlParams(uint256) view returns (uint256 minInvest, uint256 maxInvest, bytes32 merkleRoot, uint256 cvgRedeemable)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
investMint(bytes32[] _merkleProof, uint256 _amount, bool _isDai, uint256 _type)
refillToken(uint256 _tokenId, uint256 _amount, bool _isDai)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMerkleRootWl(bytes32 _newMerkleRootWl, uint256 _type)
setSaleState(uint8 _saleState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawToken(address _token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleRootWlS, bytes32 _merkleRootWlM, bytes32 _merkleRootWlL, address _Dai, address _Frax, address _treasuryDao)
This contract contains no fallback and receive objects.
This contract contains no error objects.