ERC721Firewall
Verified contract
Active on
Ethereum with 5 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 "ERC721Firewall"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16678047 | 2 years ago | | | 0 | 0.0014904000 | |
| 16490185 | 2 years ago | | | 0 | 0.00098784000 | |
| 16490166 | 2 years ago | | | 0 | 0.0016664220 | |
| 16490165 | 2 years ago | | | 0 | 0.00053676000 | |
| 16490164 | 2 years ago | | | 0 | 0.00053697600 |
ABI
ABI objects
Getter at block 21298572
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAINTAINER_ROLE() view returns (bytes32)
0x339759585899103d2ace64958e37e18ccb0504652c81d4a1b8aa80fe2126ab95
allocatorActive() view returns (bool)
true
allocatorInitialized() view returns (bool)
true
baseMaxAllocation() view returns (uint256)
500
getCurrentPhaseLimit() view returns (uint256)
0
getPhases() view returns (struct IAllocatorPhase[])
[]
isAllocatorActive() view returns (bool)
true
isWhitelistActive() view returns (bool)
false
owner() view returns (address)
0x1f84d4ab9cdccd0a8a4037e3d3f9e88249c8097a
totalAllocationLimit() view returns (uint256)
231
whitelistActive() view returns (bool)
false
whitelistInitialized() view returns (bool)
true
Read-only
canAllocate(address allocator, uint256 amount) view returns (bool, string)
currentAllocation(address allocator) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isMaintainer(address account) view returns (bool)
isWhitelisted(address wallet) view returns (bool)
maximumAllocation(address allocator) view returns (uint256)
queryWhitelist(uint256 _cursor, uint256 _limit) view returns (address[])
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelist(uint256) view returns (address)
State-modifying
Events addMaintainer(address account) returns (bool)
addToWhitelist(address[] wallets)
allocate(address allocator, uint256 amount)
delMaintainer(address account) returns (bool)
deleteFromWhitelist(address[] wallets)
grantRole(bytes32 role, address account)
initializeAllocator()
initializeWhitelist()
insertPhase(struct IAllocatorPhase phase)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllocation(address allocator, uint256 amount)
setAllocations(struct IAllocatorAllocation[] allocs)
setAllocatorActive(bool active)
setBaseAllocation(uint256 amount)
setPhases(struct IAllocatorPhase[] phases)
setWhitelistActive(bool active)
transferOwnership(address newOwner)
updatePhase(uint256 phaseId, uint64 blockNumber, uint256 minLimit)
AllocatorSet(bool status)
CurrentAllocation(address indexed allocator, uint256 amount)
MaxAllocation(address indexed allocator, uint256 amount)
MaxBaseAllocation(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PhaseSet(uint256 indexed id, uint64 deadline, uint256 limit)
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)
WhitelistChanged()
WhitelistSet(bool status)
constructor(uint256 baseMaxAllocation_, struct IAllocatorPhase[] phases_)
This contract contains no fallback and receive objects.
This contract contains no error objects.