Goatseus Maximus
Verified contract
Active on
Base with 131 txns
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 "Goatseus Maximus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22508801 | a month ago | | | 0 | 0.0000014184048 | |
| 22508761 | a month ago | | | 0 | 0.0000014184048 | |
| 22508761 | a month ago | | | 0 | 0.0000014184048 | |
| 22508751 | a month ago | | | 0 | 0.0000014184048 | |
| 22508751 | a month ago | | | 0 | 0.0000014184048 | |
| 22508714 | a month ago | | | 0 | 0.0000014184048 | |
| 22508694 | a month ago | | | 0 | 0.0000014184048 | |
| 22508694 | a month ago | | | 0 | 0.0000014184048 | |
| 22508670 | a month ago | | | 0 | 0.0000014184048 | |
| 22508665 | a month ago | | | 0 | 0.0000014184048 |
ABI
ABI objects
Getter at block 23788024
decimals() view returns (uint8)
18
name() view returns (string)
Goatseus Maximus
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GOAT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
validateAllowance(address owner, address spender, uint256 addedValue) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, uint256 _totalSupply, uint256 _decimals)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)