Multipool

Verified contract

Active on Ethereum with 1,165 txns
Deployed by via 0x47ad097c at 19875806
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Multipool"

0x55a1f263318dfbea4c4ada021ae0584fc98ecb595508a8a3156c8fed10a19196
0xdbddb81ab4978550e973f97fc933564c1c93d54c99702b5494397cc90a7fe6e4
0xaaf5759e09511319604ce6b7154bb33ea86d2f6d8ea05e4299be6882cd95635d
0x0d95aa46fd9d5259c0ad90444c3dc35018edb599ffe5c45a42fbadec062d3ff6
0x9a882f96a3a1678d4c2c573b3e293c676d245979404faabcb22fbd80386b14fa
0x0ba330def683d8d30a2cbeac2729d63efdb7120e08b2d5b4f0579e12ba6e7d93
0x9ae3d5218a7bafb513ea5cb3a389fe065035fa79f425b8828cf6d96661f77c65
0x3e1370d8d436411726100bfb1a61d1054f1d47ba581c6e51e549229409d6e6c1
0x36a37b3e7c78ac3e51a710f4d99fbb1119cb3802b513941dd1330b01b9758a19
0xf9349a66af6f257846d6c7666dfc0333c419e429c15305b84529e93c7016c29d

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
mintAnnualTokens(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokensMinted(address indexed recipientuint256 amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account