Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Globalia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607000 | 3 months ago | | | 0 | 0.00011381045 | |
| 20606996 | 3 months ago | | | 0 | 0.00011571040 | |
| 20606993 | 3 months ago | | | 0 | 0.00011693189 | |
| 20606988 | 3 months ago | | | 0 | 0.00012563929 | |
| 20606985 | 3 months ago | | | 0 | 0.00015062356 | |
| 20606980 | 3 months ago | | | 0 | 0.00012038850 | |
| 20606978 | 3 months ago | | | 0 | 0.00010933587 | |
| 20606973 | 3 months ago | | | 0 | 0.00011521085 | |
| 20606971 | 3 months ago | | | 0 | 0.00011519129 | |
| 20606969 | 3 months ago | | | 0 | 0.00011767761 |
ABI
ABI objects
Getter at block 21219869
decimals() pure returns (uint8)
18
name() view returns (string)
Globalia
owner() view returns (address)
0x977e735320e5c50a446a9a46b767d88ac62971c2
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Globalia
totalSupply() view returns (uint256)
30000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 value)
burnFrom(address account, uint256 value)
pause()
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidToken(address tokenAddress)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TransactionBlacklisted(address from, address to)