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 "Goat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314085 | 9 minutes ago | | | 0 | 0.00068781954 | |
| 21314070 | 12 minutes ago | | | 0 | 0.00077187242 | |
| 21314036 | 19 minutes ago | | | 0 | 0.00063517176 | |
| 21313753 | an hour ago | | | 0 | 0.00097672429 | |
| 21313542 | 2 hours ago | | | 0 | 0.00054793233 | |
| 21313383 | 3 hours ago | | | 0 | 0.00061782773 | |
| 21313288 | 3 hours ago | | | 0 | 0.00060830719 | |
| 21312430 | 6 hours ago | | | 0 | 0.0010017813 | |
| 21312337 | 6 hours ago | | | 0 | 0.00085538714 | |
| 21312312 | 6 hours ago | | | 0 | 0.0011144979 |
ABI
ABI objects
Getter at block 21314130
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x19be7748075c1f1bccedc669b4e5efeabf70c9ecf7dc48306766ec12ed78fb3a
admin() view returns (address)
0x0000000000000000000000000000000000000000
clock() view returns (uint48)
21314130
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Goat Trading, version=1, chainId=1, verifyingContract=0x6ae2a128cd07d672164ca9f2712ea737d198dd41, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Goat Trading
symbol() view returns (string)
GOAT
totalSupply() view returns (uint256)
8888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceAdmin()
rescueToken(address _token)
toggleDex(address _newDex)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)