MondayClub Token
Verified contract
Active on
Ethereum with 40 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 "MondayClub Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16590038 | 2 years ago | | | 0 | 0.0020462093 | |
| 16565304 | 2 years ago | | | 0 | 0.00091190078 | |
| 15768947 | 2 years ago | | | 0 | 0.0051400086 | |
| 15590456 | 2 years ago | | | 0 | 0.0012676588 | |
| 15583127 | 2 years ago | | | 0 | 0.00081971324 | |
| 15581403 | 2 years ago | | | 0 | 0.00027674624 | |
| 15581389 | 2 years ago | | | 0 | 0.00027137475 | |
| 15581388 | 2 years ago | | | 0 | 0.00017869000 | |
| 15581371 | 2 years ago | | | 0 | 0.00036504881 | |
| 15581369 | 2 years ago | | | 0 | 0.00072685721 |
ABI
ABI objects
Getter at block 21182608
decimals() view returns (uint8)
18
name() view returns (string)
MondayClub Token
owner() view returns (address)
0xa777f53548c9479b110a18a22ae5ebc63cdd036e
symbol() view returns (string)
MONDAY
totalSupply() view returns (uint256)
85609500000000000000000
trustedBridge() view returns (address)
0x52bb0cd7e10603c56542143ab355ef00b01db84d
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)
bridgeBurn(address _account, uint256 _amount)
bridgeMint(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBridge(address _newTrustedBridge)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
NewTrustedBridgeSet(address newTrustedBridge)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _trustedBridge)
This contract contains no fallback and receive objects.
This contract contains no error objects.