StoneCarnivalETH
Verified contract
Active on
Ethereum with 19,439 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 |
---|---|---|---|---|---|
cSTONE | ERC-20 | 535.041254 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244317 | 8 hours ago | | | 0 | 0.0071019673 | |
| 21244146 | 8 hours ago | | | 0 | 0.0010841593 | |
| 21244146 | 8 hours ago | | | 0 | 0.0062538967 | |
| 21239861 | a day ago | | | 0 | 0.0043475678 | |
| 21233589 | 2 days ago | | | 0 | 0.0037074706 | |
| 21228387 | 3 days ago | | | 0 | 0.0038590282 | |
| 21228383 | 3 days ago | | | 0 | 0.0040221403 | |
| 21228075 | 3 days ago | | | 0 | 0.0037789209 | |
| 21225092 | 3 days ago | | | 0 | 0.0040814474 | |
| 21224981 | 3 days ago | | | 0 | 0.0041929008 |
ABI
ABI objects
Getter at block 21246631
depositPaused() view returns (bool)
true
minEtherAllowed() view returns (uint256)
250000000000000000
owner() view returns (address)
0xc1364ad857462e1b60609d9e56b5e24c5c21a312
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
round() view returns (uint256)
11
stoneAddr() view returns (address)
0x7122985656e38bdc0302db86685bb972b145bd3c
stoneCarvivalAddr() view returns (address)
0x4d831e22f062b5327dfdb15f0b6a5df20e2e3dd0
stoneVaultAddr() view returns (address)
0xa62f9c5af106feee069f38de51098d9d81b90572
Read-only
cStoneClaimedByRound(address, uint256) view returns (bool)
cStoneReceivedByRound(uint256) view returns (uint256)
etherDeposited(address, uint256) view returns (uint256)
etherDepositedByRound(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
claimCStoneByRound(uint256[] rounds) returns (uint256 claimed)
depositETH() payable
makeDeposit()
makeDepositAndRoll()
pauseDeposit()
renounceOwnership()
transferOwnership(address newOwner)
CStoneClaimed(address _user, uint256 _amount)
DepositMade(uint256 _ethAmount, uint256 _stoneAmount, uint256 _cStoneAmount, uint256 _round)
DepositPause(uint256 _round)
EtherDeposited(address _user, uint256 _amount, uint256 round)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _stoneAddr, address _stoneVaultAddr, address _stoneCarvivalAddr, uint256 _minEtherAllowed)
This contract contains no fallback and receive objects.
This contract contains no error objects.