Match Token
Verified contract
Active on
Ethereum with 1,362 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 "Match Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096265 | a month ago | | | 0 | 0.00012893894 | |
| 21058325 | a month ago | | | 0 | 0.00042838628 | |
| 20993521 | a month ago | | | 0 | 0.0012490380 | |
| 20983305 | a month ago | | | 0 | 0.00020087294 | |
| 20981783 | a month ago | | | 0 | 0.00029466013 | |
| 20912282 | 2 months ago | | | 0 | 0.00016315861 | |
| 20906865 | 2 months ago | | | 0 | 0.00021774609 | |
| 20883549 | 2 months ago | | | 0 | 0.00017623961 | |
| 20869277 | 2 months ago | | | 0 | 0.00040534714 | |
| 20869198 | 2 months ago | | | 0 | 0.00037398078 |
ABI
ABI objects
Getter at block 21290981
TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() pure returns (uint8)
18
name() view returns (string)
Match Token
owner() view returns (address)
0x97b9d90dd1db31ef26ea45843ee3b1ca57d4567d
symbol() view returns (string)
MATCH
totalSupply() view returns (uint256)
3766457000000000000060000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address user) view returns (bool isMinter)
State-modifying
Events addMinter(address _newMinter)
approve(address spender, uint256 value) returns (bool)
mint(address _to, uint256 _amount)
removeMinter(address _minter)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MinterAdded(address indexed newMinter)
MinterRemoved(address indexed removedMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
NotMinter()
OverCap()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)