ZperToken
Verified contract
Active on
Ethereum with 18,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VERSE | ERC-20 | 118.935502K | $0.000203 |
$24.17 | |
IOTX | ERC-20 | 100 | $0.044683 |
$4.47 | |
HEX | ERC-20 | 1.307 | $0.003181 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
ZPR | ERC-20 | 1.609823M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065684 | a month ago | | | 0 | 0.0010871757 | |
| 20226915 | 5 months ago | | | 0 | 0.0010336251 | |
| 19972029 | 6 months ago | | | 0 | 0.00036567610 | |
| 19723655 | 7 months ago | | | 0 | 0.00031423953 | |
| 19444714 | 8 months ago | | | 0 | 0.0017434200 | |
| 19186687 | 9 months ago | | | 0 | 0.0024564431 | |
| 18839757 | a year ago | | | 0 | 0.0017701423 | |
| 18726161 | a year ago | | | 0 | 0.0024049608 | |
| 18723632 | a year ago | | | 0 | 0.0027550606 | |
| 18611903 | a year ago | | | 0 | 0.0016847954 |
ABI
ABI objects
Getter at block 21248409
cap() view returns (uint256)
3500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
ZperToken
owner() view returns (address)
0x00bef0dc96987ee6bb4eb646442c77e8b17026d4
symbol() view returns (string)
ZPR
totalSupply() view returns (uint256)
1850000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
batchTransfer(address[] _tos, uint256[] _amount) returns (bool success)
burn(uint256 _value) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner, uint256 _totalSupply, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.