Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,240.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6K | $1.001 |
$6,006 | |
OGN | ERC-20 | 17.669839K | $0.106279 |
$1,877.93 | |
DIA | ERC-20 | 500 | $0.712316 |
$356.16 | |
BoomB | ERC-20 | 880K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244820 | 29 minutes ago | | | 0 | 0.00062950185 | |
| 21244807 | 32 minutes ago | | | 0 | 0.00096834398 | |
| 21244776 | 38 minutes ago | | | 0 | 0.00046951254 | |
| 21244687 | an hour ago | | | 0 | 0.00085567963 | |
| 21244625 | an hour ago | | | 0 | 0.00091232413 | |
| 21244568 | an hour ago | | | 0 | 0.00056781050 | |
| 21244287 | 2 hours ago | | | 0 | 0.00071855729 | |
| 21244280 | 2 hours ago | | | 0 | 0.00052736509 | |
| 21244261 | 2 hours ago | | | 0 | 0.0011638427 | |
| 21244234 | 2 hours ago | | | 0 | 0.00055636971 |
ABI
ABI objects
Getter at block 21244963
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
OriginToken
owner() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
paused() view returns (bool)
false
symbol() view returns (string)
OGN
totalSupply() view returns (uint256)
1409664846000000000000000000
whitelistActive() view returns (bool)
false
whitelistExpiration() view returns (uint256)
1578538800
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowedTransactors(address) view returns (bool)
balanceOf(address _owner) view returns (uint256)
callSpenderWhitelist(address) view returns (bool)
State-modifying
Events addAllowedTransactor(address _transactor)
addCallSpenderWhitelist(address _spender)
approve(address _spender, uint256 _value) returns (bool)
approveAndCallWithSender(address _spender, uint256 _value, bytes4 _selector, bytes _callParams) payable returns (bool)
burn(address _who, uint256 _value)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeAllowedTransactor(address _transactor)
removeCallSpenderWhitelist(address _spender)
renounceOwnership()
setWhitelistExpiration(uint256 _expiration)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
AddCallSpenderWhitelist(address enabler, address spender)
AllowedTransactorAdded(address sender)
AllowedTransactorRemoved(address sender)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemoveCallSpenderWhitelist(address disabler, address spender)
SetWhitelistExpiration(uint256 expiration)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.