BonusBlock

Verified contract

Active on Base with 7,991 txns
Deployed by via 0x3d4f4216 at 13384727
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xf5f04028d49ed71300a9f995d0e8b21e815678d52909e5e5e88f521501e0f56b
0xea4f6903bb57c7048c3d7783fafbed1cdd13dc9ba5c917e66a92718b8f8c1d9d
0x1cfbae680b83cac78f68960e900f14f6b363c4387df3afaf041c4882c0a21a9f
0xf49d71a5e2d094c14c11e26faa4fc440910dfe7ff8a2bb70b80eb221a8e3a013
0x31eda95932e008df63ce523e17a4bf7ce9de5d44125aa5f96ebcd4a4a95bbb77
0x2647df6f312e48cbd046382b5bd95e2f2e14536f946d13f277daabfcc7a0c096
0x0c09b28b91c41493191fe605ba49cade9b9b5d11108f79ffbfa1bdf0088af31d
0xfc46996c374ae94a1e332f3754e84dfa12970834d613991a87ace517fd4f8e18
0x2114c8151b034708a0cba961b72f890e7005bf0889886f62110735ba3c492d88
0x8d89952317fe565a59f36d40d7f37de6615636735cb5914a6776d77e70d9bc83

Functions
Getter at block 22765748
decimals(view returns (uint8)
18
name(view returns (string)
BonusBlock
symbol(view returns (string)
BONUS
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupplyaddress reciever
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