Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($137.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZENT | ERC-20 | 14.958904K | $0.009208 |
$137.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289918 | 43 minutes ago | | | 0 | 0.00024794198 | |
| 21286631 | 12 hours ago | | | 0 | 0.00034672461 | |
| 21286605 | 12 hours ago | | | 0 | 0.00037081325 | |
| 21286599 | 12 hours ago | | | 0 | 0.00053455437 | |
| 21286585 | 12 hours ago | | | 0 | 0.00036692414 | |
| 21286579 | 12 hours ago | | | 0 | 0.00036178838 | |
| 21285320 | 16 hours ago | | | 0 | 0.00031793564 | |
| 21285317 | 16 hours ago | | | 0 | 0.00045128019 | |
| 21285314 | 16 hours ago | | | 0 | 0.00032526993 | |
| 21285312 | 16 hours ago | | | 0 | 0.00031710485 |
ABI
ABI objects
Getter at block 21290131
Minter() view returns (address)
0xe61d7a32c5644da18bcc99b9ca74bc7701a0711a
decimals() view returns (uint8)
18
name() view returns (string)
Zentu
owner() view returns (address)
0x9d4004e617277f26a0da630b88e82bfd81422e42
symbol() view returns (string)
ZENT
totalSupply() view returns (uint256)
216799841647352072145999220
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
locks(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
changeMinter(address newMinter)
lock(address account)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterChanged(address oldMinter, address NewMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address minter)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)