Balances ($0.00)
No balances found for "PetWalk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16996456 | 2 years ago | | | 0 | 0.0010144354 | |
| 16655328 | 2 years ago | | | 0 | 0.00084725437 | |
| 16644574 | 2 years ago | | | 0 | 0.0014908692 | |
| 16644552 | 2 years ago | | | 0 | 0.0016742639 | |
| 16588184 | 2 years ago | | | 0 | 0.0011079160 | |
| 16482093 | 2 years ago | | | 0 | 0.00073933332 | |
| 16434526 | 2 years ago | | | 0 | 0.0011848477 | |
| 16319960 | 2 years ago | | | 0 | 0.00073328630 | |
| 16313834 | 2 years ago | | | 0 | 0.00087067580 | |
| 15938398 | 2 years ago | | | 0 | 0.0010762822 |
ABI
ABI objects
Getter at block 21378812
decimals() view returns (uint8)
3
getSimpleAddr() view returns (address)
0x4e983b96ca3550556c176abb5fd1d88c489b4cda
name() view returns (string)
PetWalk
owner() view returns (address)
0x4e983b96ca3550556c176abb5fd1d88c489b4cda
symbol() view returns (string)
PW
totalSupply() view returns (uint256)
2000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSimpleAddr(address newAddr)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferToAddr(uint256 amount) returns (bool)
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(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.