STONE Carnival LP
Verified contract
Active on
Ethereum with 32,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,442,982.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STONE | ERC-20 | 4.730625K | $3,264.47 |
$15,442,982.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158702 | 3 minutes ago | | | 0 | 0.0016906711 | |
| 21157514 | 4 hours ago | | | 0 | 0.0013227690 | |
| 21156889 | 6 hours ago | | | 0 | 0.0010405156 | |
| 21156848 | 6 hours ago | | | 0 | 0.00093959157 | |
| 21156705 | 7 hours ago | | | 0 | 0.00091887877 | |
| 21156635 | 7 hours ago | | | 0 | 0.00087794266 | |
| 21156369 | 8 hours ago | | | 0 | 0.00091146330 | |
| 21156265 | 8 hours ago | | | 0 | 0.00094266045 | |
| 21155994 | 9 hours ago | | | 0 | 0.00065231592 | |
| 21155873 | 9 hours ago | | | 0 | 0.00074328855 |
ABI
ABI objects
Getter at block 21158714
cap() view returns (uint256)
200000000000000000000000
decimals() view returns (uint8)
18
depositPaused() view returns (bool)
true
finalStoneAmount() view returns (uint256)
42828586584205772914639
lockPeriod() view returns (uint256)
7776000
minStoneAllowed() view returns (uint256)
250000000000000000
name() view returns (string)
STONE Carnival LP
owner() view returns (address)
0xc1364ad857462e1b60609d9e56b5e24c5c21a312
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
1711799423
stoneAddr() view returns (address)
0x7122985656e38bdc0302db86685bb972b145bd3c
stoneVaultAddr() view returns (address)
0xa62f9c5af106feee069f38de51098d9d81b90572
symbol() view returns (string)
cSTONE
terminated() view returns (bool)
true
totalStoneDeposited() view returns (uint256)
42828586584205772914639
totalSupply() view returns (uint256)
4730624765191517153981
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
stoneDeposited(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
cancelWithdraw(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositStone(uint256 _amount) returns (uint256 cStoneAmount)
depositStoneFor(address _user, uint256 _amount) returns (uint256 cStoneAmount)
forceTerminate()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
makeDeposit(uint256 _amount)
makeRequest(uint256 _amount)
pauseDeposit()
renounceOwnership()
setCap(uint256 _cap)
terminate()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH(uint256 _amount)
withdrawStone()
Approval(address indexed owner, address indexed spender, uint256 value)
DepositMade(uint256 _ethAmount, uint256 _stoneAmount)
DepositPause(uint256 totalStone)
ETHWithdrawn(uint256 _amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RequestMade(uint256 _amount)
SetCap(uint256 oldCap, uint256 newCap)
StoneDeposited(address _user, uint256 _amount)
StoneWithdrawn(address _user, uint256 _amount, uint256 _burnAmount, uint256 _withAmount)
Terminate(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawalCancelled(uint256 _amount)
constructor(address _stoneAddr, address _stoneVaultAddr, uint256 _cap, uint256 _minStoneAllowed)
receive()
This contract contains no error objects.