MOOswapToken
Verified contract
Active on
Ethereum with 670 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 "MOOswapToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18722636 | a year ago | | | 0 | 0.0014252250 | |
| 18601905 | a year ago | | | 0 | 0.00043862921 | |
| 17416793 | a year ago | | | 0 | 0.0010670931 | |
| 14600590 | 3 years ago | | | 0 | 0.00042601008 | |
| 12697328 | 3 years ago | | | 0 | 0.00025644960 | |
| 11723513 | 4 years ago | | | 0 | 0.0010199700 | |
| 11377137 | 4 years ago | | | 0 | 0.00030453390 | |
| 11193732 | 4 years ago | | | 0 | 0.00019708114 | |
| 11185406 | 4 years ago | | | 0 | 0.0041507400 | |
| 11134025 | 4 years ago | | | 0 | 0.00080495520 |
ABI
ABI objects
Getter at block 21230240
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
FeeRate() view returns (uint8)
4
decimals() view returns (uint8)
18
name() view returns (string)
MOOswap.org
owner() view returns (address)
0x54161fa124e676e8f06956c6c3a31697218a54a4
symbol() view returns (string)
MOO
totalSupply() view returns (uint256)
1944105910662262544337
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
changeFeeRate(uint8 _feerate)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
distribute(address _to, uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.