RoundContract
Verified contract
Active on
Ethereum with 91 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
0x976a…37ad
Balances ($0.00)
No balances found for "RoundContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15387037 | 2 years ago | | | 0 | 0.00011508613 | |
| 15387037 | 2 years ago | | | 0 | 0.00014260789 | |
| 15360874 | 2 years ago | | | 0 | 0.00047212416 | |
| 15360874 | 2 years ago | | | 0 | 0.00047212416 | |
| 15360867 | 2 years ago | | | 0.72 | 0.014266938 | |
| 15360863 | 2 years ago | | | 0.36 | 0.0070469798 | |
| 15360862 | 2 years ago | | | 0.48 | 0.0089921641 | |
| 15360854 | 2 years ago | | | 0.36 | 0.0076253447 | |
| 15360848 | 2 years ago | | | 0 | 0.00068585363 | |
| 15360803 | 2 years ago | | | 0.96 | 0.028492374 |
ABI
ABI objects
Getter at block 21230404
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEV_ADDRESS() view returns (address)
0xecf22998bc44eb1f712cc661aabecd0bb71a5dce
OWNER_ADDRESS() view returns (address)
0x0867436a889bf9c1abcaf3c505046fc4f7880b50
PROVIDER_WALLET_ADDRESS() view returns (address)
0x706ebb592ea9d75e7981b7944aa1de28d30d6c14
ROLE_ADDER() view returns (bytes32)
0x7c59c4711af96ba0282da1339faa5078a457c1347e8c1bb0b8f0cfe94a7f5325
WITHDRAW_ADDRESS() view returns (address)
0xf867c48da1aa3268febcff36a6879066dd8eb304
enableWhitelist() view returns (bool)
true
getMaster() view returns (address)
0x976a3cc94a8ad2d80cc80174be544bf4fab137ad
info() view returns (uint256 mintPrice, uint16 collPadding, uint16 maxSupply, uint16 roundSupply, uint256 startTimestamp, uint256 endTimestamp, uint16 maxPurchase, string roundName)
(mintPrice=120000000000000000, collPadding=2001, maxSupply=7000, roundSupply=3881, startTimestamp=1660759200, endTimestamp=1660769400, maxPurchase=10, roundName=rare)
mintPrice() view returns (uint256)
120000000000000000
roundTotalSupply() view returns (uint256)
3881
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userPurchasedNum(address) view returns (uint256)
whiteList(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] users)
createAdder(address _user)
grantRole(bytes32 role, address account)
paidMint(uint256 nTokens) payable
removeFromWhitelist(address user)
renounceRole(bytes32 role, address account)
revokeDevPermissions()
revokeRole(bytes32 role, address account)
setMaster(address _master)
toggleWhitelist(bool enable)
withdrawn()
AddedToWhitelist(address user)
RemovedFromWhitelist(address user)
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)
Withdrawn(address recipient)
constructor(uint256 _mintPrice, uint16 _reserved, uint16 _collPadding, uint16 _maxSupply, uint256 _startTimestamp, uint256 _endTimestamp, uint16 _maxPurchase, string _roundName)
This contract contains no fallback and receive objects.
This contract contains no error objects.