Zloadr Token
Verified contract
Active on
Ethereum with 5,403 txns
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 |
---|---|---|---|---|---|
ZDR | ERC-20 | 1.78396K | -- | -- | |
USE | ERC-20 | 80 | -- | -- | |
UST | ERC-20 | 80 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15783846 | 2 years ago | | | 0 | 0.0022823202 | |
| 15619249 | 2 years ago | | | 0 | 0.0010302401 | |
| 15543917 | 2 years ago | | | 0 | 0.00026701287 | |
| 14771068 | 3 years ago | | | 0 | 0.0017829733 | |
| 14638372 | 3 years ago | | | 0 | 0.0011088147 | |
| 14372953 | 3 years ago | | | 0 | 0.0014155022 | |
| 14163165 | 3 years ago | | | 0 | 0.0014826372 | |
| 14151744 | 3 years ago | | | 0 | 0.0014301178 | |
| 13837924 | 3 years ago | | | 0 | 0.0029541402 | |
| 13837892 | 3 years ago | | | 0 | 0.0021330595 |
ABI
ABI objects
Getter at block 21246671
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
true
name() view returns (string)
Zloadr Token
owner() view returns (address)
0x583b829dcdb5b31d4e446d23f3eea3559d3358f7
symbol() view returns (string)
ZDR
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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)
reclaimContract(address contractAddr)
reclaimEther()
reclaimToken(address token)
tokenFallback(address from_, uint256 value_, bytes data_)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.