Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22180438 | 17 days ago | | | 0 | 1.3640276e-7 | |
| 22125960 | 19 days ago | | | 0 | 1.7838600e-7 | |
| 21786996 | a month ago | | | 0 | 2.2400221e-7 | |
| 21767796 | a month ago | | | 0 | 0.000000405471852526 | |
| 21758456 | a month ago | | | 0 | 4.3114359e-7 | |
| 21756260 | a month ago | | | 0 | 0.0000065949426 | |
| 21683451 | a month ago | | | 0 | 4.8653850e-7 | |
| 21679595 | a month ago | | | 0 | 4.7251500e-7 | |
| 21507006 | a month ago | | | 0 | 0.0000012426617 | |
| 21503706 | a month ago | | | 0 | 6.5558723e-7 |
ABI
ABI objects
Getter at block 22932715
DOMAIN_SEPARATOR() view returns (bytes32)
0x1b3308854b98673fd57555975b576869f8664c30cab5a07a021eef7b98989e65
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Oath Token
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
OATH
totalSupply() view returns (uint256)
529446336433300983474956
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()