ClubTokenController
Verified contract
Active on
Ethereum with 969 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 127 additional slots
Balances ($0.00)
No balances found for "ClubTokenController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20660470 | 3 months ago | | | 0 | 0.000033229695 | |
| 20654437 | 4 months ago | | | 0 | 0.000046320206 | |
| 20654358 | 4 months ago | | | 0.0048 | 0.000053219304 | |
| 20644500 | 4 months ago | | | 0 | 0.000057279303 | |
| 20353482 | 5 months ago | | | 0 | 0.00030921719 | |
| 20168579 | 6 months ago | | | 0 | 0.00024033515 | |
| 17980153 | a year ago | | | 0 | 0.00067532849 | |
| 17914252 | a year ago | | | 0.0035 | 0.0024978746 | |
| 17910531 | a year ago | | | 0.002 | 0.00083032831 | |
| 17910505 | a year ago | | | 0 | 0.00085827451 |
ABI
ABI objects
Getter at block 21421142
clubToken() view returns (address)
0x1a94656a6245379bc0d9c64c402197528edb2bd1
curationMarket() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe7d134c26292e4eeb6fc7f95bc4188a04658d0e3
paused() view returns (bool)
false
poolBalance() view returns (uint256)
43632874476798800416
reserveRatio() view returns (uint32)
750000
simpleCloversMarket() view returns (address)
0x6ebd97252d34645263c1d074f202f1d7546ce06b
support() view returns (address)
0x7f5426690350db17415a719a417335c0ae33e477
version() view returns (string)
0.3
virtualBalance() view returns (uint256)
10000000000000000000
virtualSupply() view returns (uint256)
10000000000000000000000
Read-only
admins(address) view returns (bool)
calculateCrossConnectorReturn(uint256 _fromConnectorBalance, uint32 _fromConnectorWeight, uint256 _toConnectorBalance, uint32 _toConnectorWeight, uint256 _amount) view returns (uint256)
calculatePurchaseReturn(uint256 _supply, uint256 _connectorBalance, uint32 _connectorWeight, uint256 _depositAmount) view returns (uint256)
calculateSaleReturn(uint256 _supply, uint256 _connectorBalance, uint32 _connectorWeight, uint256 _sellAmount) view returns (uint256)
getBuy(uint256 buyValue) view returns (uint256)
getSell(uint256 sellAmount) view returns (uint256)
isAdmin(address _admin) view returns (bool)
State-modifying
Events burn(address from, uint256 amount)
buy(address buyer) payable returns (bool)
donate() payable
renounceAdminship(address _previousAdmin)
renounceOwnership()
sell(uint256 sellAmount) returns (bool)
transferAdminship(address _newAdmin)
transferFrom(address from, address to, uint256 amount)
transferOwnership(address _newOwner)
updateCurationMarket(address _curationMarket) returns (bool)
updatePaused(bool _paused)
updateReserveRatio(uint32 _reserveRatio) returns (bool)
updateSimpleCloversMarket(address _simpleCloversMarket) returns (bool)
updateSupport(address _support) returns (bool)
updateVirtualBalance(uint256 _virtualBalance) returns (bool)
updateVirtualSupply(uint256 _virtualSupply) returns (bool)
AdminshipRenounced(address indexed previousAdmin)
AdminshipTransferred(address indexed previousAdmin, address indexed newAdmin)
Buy(address buyer, uint256 tokens, uint256 value, uint256 poolBalance, uint256 tokenSupply)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sell(address seller, uint256 tokens, uint256 value, uint256 poolBalance, uint256 tokenSupply)
constructor(address _clubToken)
fallback()
This contract contains no error objects.