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 "OriginToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6425422 | 6 years ago | | | 0 | 0.0031078000 | |
| 6425420 | 6 years ago | | | 0 | 0.0043934000 | |
| 6425420 | 6 years ago | | | 0 | 0.0014962000 | |
| 6425418 | 6 years ago | | | 0 | 0.0044820000 | |
| 6425416 | 6 years ago | | | 0 | 0.0038124000 | |
| 6425414 | 6 years ago | | | 0 | 0.0044820000 | |
| 6425411 | 6 years ago | | | 0 | 0.0044820000 | |
| 6425407 | 6 years ago | | | 0 | 0.0044820000 | |
| 6425378 | 6 years ago | | | 0 | 0.0045349000 |
ABI
ABI objects
Getter at block 21385936
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
OriginToken
owner() view returns (address)
0xe011fa2a6df98c69383457d87a056ed0103aa352
paused() view returns (bool)
false
symbol() view returns (string)
OGN
totalSupply() view returns (uint256)
1000000000000000000000000000
whitelistActive() view returns (bool)
false
whitelistExpiration() view returns (uint256)
1551340800
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.