Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZOGI | ERC-20 | 128.59286K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128953 | 4 days ago | | | 0 | 0.00042381504 | |
| 21085666 | 10 days ago | | | 0 | 0.00051946943 | |
| 20911943 | a month ago | | | 0 | 0.00032458164 | |
| 20898398 | a month ago | | | 0 | 0.00018711835 | |
| 20890067 | a month ago | | | 0 | 0.000079544637 | |
| 20890067 | a month ago | | | 0 | 0.000079348328 | |
| 20890067 | a month ago | | | 0 | 0.000086088290 | |
| 20890067 | a month ago | | | 0 | 0.000086088290 | |
| 20890011 | a month ago | | | 0 | 0.000084439408 | |
| 20890009 | a month ago | | | 0 | 0.000080825211 |
ABI
ABI objects
Getter at block 21158625 renounceOwnership() view
decimals() view returns (uint8)
18
getCurrentSnapshotId() view returns (uint256)
0
name() view returns (string)
Zogi
owner() view returns (address)
0x6abfef8e688a5f2bafe1384b3419ab2305e37924
paused() view returns (bool)
false
symbol() view returns (string)
ZOGI
totalSupply() view returns (uint256)
28730324905535802824545153
Read-only
allowance(address ownerAddress, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
isAdmin(address admin) view returns (bool)
isBlackListed(address user) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistUpdate(address user, bool value)
burn(uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
pause()
setAdmin(address admin, bool enabled)
snapShot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminAccessSet(address _admin, bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed user, bool value)
Burn(address indexed owner, uint256 value)
Mint(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.