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 "pahoo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10314459 | 4 years ago | | | 0 | 0.0010260921 | |
| 10296150 | 4 years ago | | | 0 | 0.0016633290 | |
| 10178721 | 4 years ago | | | 0 | 0.00081114000 | |
| 10007676 | 5 years ago | | | 0 | 0.00055545000 | |
| 10005393 | 5 years ago | | | 0 | 0.00059109033 | |
| 9963257 | 5 years ago | | | 0 | 0.00016227600 | |
0x | 9955362 | 5 years ago | | | 0 | 0.00023100000 | |
| 9954891 | 5 years ago | | | 0 | 0.00083335500 | |
| 9954888 | 5 years ago | | | 0 | 0.00083335500 | |
| 9954885 | 5 years ago | | | 0 | 0.00083335500 |
ABI
ABI objects
Getter at block 21164386
TOKEN_SUPPLY_TOTAL() view returns (uint256)
1000000000000000000000000000
adminWallet() view returns (address)
0x3ed527daf38f30c58f82a070e113109d23fd021a
decimals() view returns (uint256)
18
name() view returns (string)
pahoo
stopped() view returns (bool)
false
symbol() view returns (string)
pahoo
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
LockWallets(address) view returns (bool)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
containsLock(address _wallet) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
lockWallet(address _wallet)
setName(string _name)
setSymbol(string _symbol)
start()
stop()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unlockWallet(address _wallet)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.