AccessPassSale
Verified contract
Active on
Ethereum with 1,631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc55c…13ca
Balances ($1,410.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.410262K | $1.00 |
$1,410.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15727344 | 2 years ago | | | 0 | 0.0012422453 | |
| 14108523 | 3 years ago | | | 0 | 0.0041045814 | |
| 14108521 | 3 years ago | | | 0 | 0.0032720829 | |
| 13683896 | 3 years ago | | | 0.012 | 0.0082566389 | |
| 13632604 | 3 years ago | | | 0.45 | 0.0089993366 | |
| 13250052 | 3 years ago | | | 0.06 | 0.0029864388 | |
| 13244672 | 3 years ago | | | 0.03 | 0.0042952747 | |
| 13220308 | 3 years ago | | | 0.0003 | 0.0036304434 | |
| 13218978 | 3 years ago | | | 0.3 | 0.0058760663 | |
| 13125461 | 3 years ago | | | 0.003 | 0.0054991602 |
ABI
ABI objects
Getter at block 21199952
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_ADMIN() view returns (bytes32)
0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096
withdrawWallet() view returns (address)
0x1c3b019f6d5a38d3eeea65cc8ab8eca8d61dcc70
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
tiers(uint8) view returns (uint256 numPasses, uint256 passPrice, uint256 starsPerPass, bool paused)
State-modifying
Events grantRole(bytes32 role, address account)
initTiers()
purchase(uint8 tierNumber) payable
reducePassesFromTiers(uint8[] tierNumbers, uint256[] passAmounts)
removeTiers(uint8[] tierNumbers)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTier(uint8 tierNumber, uint256 numPasses, uint256 passPrice, uint256 starsPerPass)
setTiersPauseStatus(uint8[] tierNumbers, bool pauseStatus)
setWithdrawWallet(address _withdrawWallet)
withdrawETH()
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)
tierPaused(uint8 tierNumber, bool pauseStatus)
tierPurchased(uint8 tierNumber)
tierSet(uint8 tierNumber, uint256 numPasses, uint256 passPrice, uint256 starsPerPass)
constructor(address _withdrawWallet, address starsAddress, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.