ChadletsGenesisPool
Verified contract
Active on
Ethereum with 2,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb6f…2ff3
0xec81…745b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 4.877785K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14624646 | 3 years ago | | | 0 | 0.0019013320 | |
| 14341373 | 3 years ago | | | 0 | 0.0035761163 | |
| 14219351 | 3 years ago | | | 0 | 0.0033134957 | |
| 14219301 | 3 years ago | | | 0 | 0.0035525939 | |
| 13255296 | 3 years ago | | | 0 | 0.0026066803 | |
| 13255281 | 3 years ago | | | 0 | 0.0021851084 | |
| 13211551 | 3 years ago | | | 0 | 0.0044020925 | |
| 13138192 | 3 years ago | | | 0 | 0.0077049509 | |
| 13138180 | 3 years ago | | | 0 | 0.0074382632 | |
| 13072864 | 3 years ago | | | 0 | 0.0016142239 |
ABI
ABI objects
Getter at block 21322778
chadsLtdAddress() view returns (address)
0xeb6f174970ccdd51ed72c9978a50d83123322ff3
maxChadletsPerDay() view returns (uint256)
0
maxStakingTokens() view returns (uint256)
8000
owner() view returns (address)
0x8aef57fe9d16be8f24df37ab56da6ec18f7e9a08
paused() view returns (bool)
false
stakingToken() view returns (address)
0xec81c9eb83e464499b09b38510f967d97363745b
totalSupply() view returns (uint256)
4877784824647855231815
Read-only
balanceOf(address account) view returns (uint256)
cards(uint256) view returns (uint256)
earned(address account) view returns (uint256)
lastUpdateTime(address) view returns (uint256)
points(address) view returns (uint256)
State-modifying
Events addCard(uint256 cardId, uint256 amount)
exit()
redeem(uint256 card)
renounceOwnership()
setMaxChadletsPerDay(uint256 _maxChadletsPerDay)
setMaxStakingTokens(uint256 _maxStakingTokens)
setPoints(address _address, uint256 _points)
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
CardAdded(uint256 card, uint256 points)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Redeemed(address indexed user, uint256 amount)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _chadsLtdAddress, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.