0x168437d131f8def2d94b555ff34f4539458dd6f9
Unverified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.86)
Native
Value
$0.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000275 | $3,143.36 |
$0.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18043528 | a year ago | | | 0 | 0.0013927487 |
ABI
ABI objects
Getter at block 21217855
excessSupply() view returns (uint256)
275000000000000
owner() view returns (address result)
0x017f8ad14a2e745ea0f756bd57cd4852400be78c
totalBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
275000000000000
Read-only
balanceOf(address) view returns (uint256)
hasAllRoles(address user, uint256 roles) view returns (bool)
hasAnyRole(address user, uint256 roles) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesOf(address user) view returns (uint256 roles)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deposit(address to, bytes4 reason, string comment) payable
depositBatch(address[] recipients, uint256[] amounts, bytes4[] reasons, string comment) payable
grantRoles(address user, uint256 roles) payable
increaseBalance(address to, uint256 amount)
increaseBalanceBatch(address[] to, uint256[] amounts)
initialize(address ownerAddress_)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
requestOwnershipHandover() payable
revokeRoles(address user, uint256 roles) payable
transferExcessSupply(address to, uint256 amount)
transferOwnership(address newOwner) payable
withdraw(address to, uint256 amount)
withdrawFor(address to, uint256 amount)
Deposit(address indexed from, address indexed to, bytes4 indexed reason, uint256 amount, string comment)
IncreaseBalance(address indexed to, uint256 amount)
Initialized(uint8 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
TransferExcessSupply(address indexed from, address indexed to, uint256 amount)
Withdraw(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
fallback()
receive()
ADDRESS_ZERO()
ARRAY_LENGTH_MISMATCH()
INVALID_AMOUNT()
INVALID_DEPOSIT()
INVALID_WITHDRAW()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()