Multipool
Verified contract
Active on
Ethereum with 1,165 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 "Multipool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206540 | 31 minutes ago | | | 0 | 0.00037638154 | |
| 21206527 | 34 minutes ago | | | 0 | 0.00024143074 | |
| 21206527 | 34 minutes ago | | | 0 | 0.00042050829 | |
| 21206160 | 2 hours ago | | | 0 | 0.00051999653 | |
| 21206099 | 2 hours ago | | | 0 | 0.00044573772 | |
| 21206090 | 2 hours ago | | | 0 | 0.00045755084 | |
| 21205932 | 3 hours ago | | | 0 | 0.00044176820 | |
| 21205612 | 4 hours ago | | | 0 | 0.00046319837 | |
| 21205432 | 4 hours ago | | | 0 | 0.00040323824 | |
| 21205416 | 4 hours ago | | | 0 | 0.00044325076 |
ABI
ABI objects
Getter at block 21206693
ANNUAL_MINT_LIMIT() view returns (uint256)
2000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
deploymentTime() view returns (uint256)
1715781215
name() view returns (string)
Multipool
owner() view returns (address)
0x4157c2b932430b98e3d9d75cb0e08c99579e25e8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MUL
totalSupply() view returns (uint256)
100000000000000000000000000
yearsMinted() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
mintAnnualTokens()
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)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensMinted(address indexed recipient, uint256 amount)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)