SimpleCloversMarket
Verified contract
Active on
Ethereum with 1,788 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($413.91)
Native
Value
$413.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.131642 | $3,144.19 |
$413.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19139049 | 9 months ago | | | 0 | 0.0014420352 | |
| 18524012 | a year ago | | | 0 | 0.0015646084 | |
| 18114916 | a year ago | | | 0 | 0.0029979731 | |
| 18040285 | a year ago | | | 0 | 0.00045785366 | |
| 16898403 | 2 years ago | | | 0 | 0.0023668800 | |
| 16869626 | 2 years ago | | | 0 | 0.0011092733 | |
| 16540868 | 2 years ago | | | 0 | 0.0011358369 | |
| 16208896 | 2 years ago | | | 0 | 0.00048934308 | |
| 16208219 | 2 years ago | | | 0 | 0.00059988182 | |
| 16208219 | 2 years ago | | | 0 | 0.00079548667 |
ABI
ABI objects
Getter at block 21162727
clovers() view returns (address)
0xb55c5cac5014c662fdbf21a2c59cd45403c482fd
cloversController() view returns (address)
0x3c037014486aaa5d509c5171d413c8b3022f1072
clubToken() view returns (address)
0x1a94656a6245379bc0d9c64c402197528edb2bd1
clubTokenController() view returns (address)
0x1754a612ca578f72d678196bcc16710f01db7655
owner() view returns (address)
0xe7d134c26292e4eeb6fc7f95bc4188a04658d0e3
Read-only
admins(address) view returns (bool)
isAdmin(address _admin) view returns (bool)
sellFrom(uint256 _tokenId) view returns (address)
sellPrice(uint256 _tokenId) view returns (uint256)
State-modifying
Events buy(uint256 _tokenId) payable
removeSell(uint256 _tokenId)
renounceAdminship(address _previousAdmin)
renounceOwnership()
sell(uint256 _tokenId, uint256 price)
sellMany(uint256[] _tokenIds, uint256[] _prices)
transferAdminship(address _newAdmin)
transferOwnership(address _newOwner)
updateClovers(address _clovers)
updateCloversController(address _cloversController)
updateClubToken(address _clubToken)
updateClubTokenController(address _clubTokenController)
AdminshipRenounced(address indexed previousAdmin)
AdminshipTransferred(address indexed previousAdmin, address indexed newAdmin)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
updatePrice(uint256 _tokenId, uint256 price)
constructor(address _clovers, address _clubToken, address _clubTokenController, address _cloversController)
This contract contains no fallback and receive objects.
This contract contains no error objects.