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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
NOAH | ERC-20 | 210.06K | -- | -- | |
PAT | ERC-20 | 51.938206K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
MEDIBIT | ERC-20 | 4.686K | -- | -- | |
ABX | ERC-20 | 901 | -- | -- | |
NAM | ERC-20 | 500 | -- | -- | |
MESSE | ERC-20 | 138 | -- | -- | |
CLB | ERC-20 | 120 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889065 | a month ago | | | 0 | 0.00020371729 | |
| 20716044 | 2 months ago | | | 0 | 0.00010237893 | |
| 20409065 | 3 months ago | | | 0 | 0.000054218000 | |
| 20387691 | 4 months ago | | | 0 | 0.00014150153 | |
| 20359600 | 4 months ago | | | 0 | 0.00024486521 | |
| 20268288 | 4 months ago | | | 0 | 0.00022834475 | |
| 20022590 | 5 months ago | | | 0 | 0.00025335863 | |
| 19889048 | 6 months ago | | | 0 | 0.00043976382 | |
| 19571658 | 7 months ago | | | 0 | 0.0013731522 | |
| 19443305 | 8 months ago | | | 0 | 0.0017815474 |
ABI
ABI objects
Getter at block 21158176
crowdsaleMinter() view returns (address)
0xb51088f5f37286b5c3462043200a0ce9aee71459
decimals() view returns (uint8)
18
isStarted() view returns (bool)
true
name() view returns (string)
PATRON
owner() view returns (address)
0xa564a43a11acdd2568425c3579efffa6ecd02d49
symbol() view returns (string)
PAT
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approve_fixed(address _spender, uint256 _currentValue, uint256 _value) returns (bool success)
burn(uint256 _value, address _address) returns (bool)
emergencyStop()
mint(address _to, uint256 _amount) returns (bool)
start()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _crowdsaleMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.