moonday.finance
Verified contract
Active on
Ethereum with 12,582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,367.30 |
$0 | |
MOONDAY | ERC-20 | 9.207 | -- | -- | |
YAMv2 | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21039101 | a month ago | | | 0 | 0.00012117577 | |
| 20671833 | 3 months ago | | | 0 | 0.000062451546 | |
| 20582656 | 3 months ago | | | 0 | 0.000042758668 | |
| 20524336 | 3 months ago | | | 0 | 0.000089618171 | |
| 20476457 | 4 months ago | | | 0 | 0.00010301967 | |
| 20308542 | 4 months ago | | | 0 | 0.00013851237 | |
| 20297423 | 4 months ago | | | 0 | 0.000065447841 | |
| 20297419 | 4 months ago | | | 0 | 0.000065774257 | |
| 20297416 | 4 months ago | | | 0 | 0.000090822750 | |
| 20296828 | 4 months ago | | | 0 | 0.000067957709 |
ABI
ABI objects
Getter at block 21260844
_Tokendecimals() view returns (uint8)
18
_Tokenname() view returns (string)
moonday.finance
_Tokensymbol() view returns (string)
MOONDAY
decimals() view returns (uint8)
18
name() view returns (string)
moonday.finance
symbol() view returns (string)
MOONDAY
totalSupply() view returns (uint256)
1546619205220507378365
Read-only
_MOONDAYTokenBalances(address) view returns (uint256)
_allowed(address, address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.