ExpandablesMarketplace
Verified contract
Active on
Ethereum with 1,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ExpandablesMarketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14942518 | 2 years ago | | | 0 | 0.0021515545 | |
| 14942413 | 2 years ago | | | 0 | 0.0034314277 | |
| 14927856 | 2 years ago | | | 0 | 0.0050371222 | |
| 14923175 | 2 years ago | | | 0 | 0.0086617779 | |
| 14922810 | 2 years ago | | | 0 | 0.0049619637 | |
| 14922752 | 2 years ago | | | 0 | 0.0086284132 | |
| 14801800 | 3 years ago | | | 0 | 0.0036959694 | |
| 14796558 | 3 years ago | | | 0 | 0.0024980269 | |
| 14786388 | 3 years ago | | | 0 | 0.0017109755 | |
| 14776852 | 3 years ago | | | 0 | 0.0023266767 |
ABI
ABI objects
Getter at block 21315840
bambooAddress() view returns (address)
0xa75f96760b715a5958a62fde3d739eb8b2a50a7c
owner() view returns (address)
0xf88140b1f0fa5d2100492b3dc182b1b0c987873b
whitelistCounter() view returns (uint256)
114
Read-only
getWhitelist(uint256 _id) view returns (struct ExpandablesMarketplaceWhitelist)
hasPurchased(uint256 _id, address _address) view returns (bool)
names(address) view returns (string)
State-modifying
Events addWhitelist(uint256 _amount, uint256 _price)
purchase(uint256 _id)
purchaseWithName(uint256 _id, string name)
renounceOwnership()
setBambooAddress(address _bambooAddress)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(uint256 indexed _id, address indexed _address)
PurchasedWithName(uint256 indexed _id, address indexed _address, string name)
constructor(address _bambooAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.