SalesStore
Verified contract
Active on
Ethereum with 2,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0x1c20…d512
0xf115…05a7
Balances ($0.00)
No balances found for "SalesStore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18602918 | a year ago | | | 0 | 0.00049554023 | |
| 17832817 | a year ago | | | 0 | 0.0010963398 | |
| 17808239 | a year ago | | | 0 | 0.0031258340 | |
| 17801918 | a year ago | | | 0 | 0.0019719685 | |
| 17799583 | a year ago | | | 0 | 0.0023802664 | |
| 17798014 | a year ago | | | 0 | 0.0012240946 | |
| 17797899 | a year ago | | | 0 | 0.0014081857 | |
| 17797817 | a year ago | | | 0 | 0.0012135437 | |
| 17796694 | a year ago | | | 0 | 0.00056623449 | |
| 17796692 | a year ago | | | 0 | 0.00058479553 |
ABI
ABI objects
Getter at block 21223789
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
eggs() view returns (address)
0x1c20bfe3771f05b52ef1b02add8a5ad37be2d512
getBuyCount() view returns (uint256)
0
getCurrentSale() view returns (uint8, uint256, uint256)
(2, 0, 10000)
getSbtTotalSupply() view returns (uint256)
2020
owner() view returns (address)
0xd0f401085ba8f68049dffab01194eb4aa86651c8
passport() view returns (address)
0xf115bc9beb3e797280996951ffd961d07f5705a7
paused() view returns (bool)
false
soldCount() view returns (uint256)
338
withdrawAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 tokenId, uint248 amount, uint248 allowedAmount, bytes32[] merkleProof) payable
claimPassport()
grantRole(bytes32 role, address account)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCurrentSale(struct SalesStoreSale sale)
setEggs(address value)
setPassport(address value)
setSbtPause(bool _value)
setSbtSameMint(bool _value)
setWithdrawAddress(address value)
transferOwnership(address newOwner)
unpause()
withdraw()
ChangeSale(uint8 oldId, uint8 newId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.