BasedMinecraft
Verified contract
Active on
Base with 4,525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
basedMC | ERC-20 | 9.92K | -- | -- | |
OHNO | ERC-20 | 70 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- | |
MEMEZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21836360 | 30 minutes ago | | | 0 | 2.9877177e-7 | |
| 21835559 | an hour ago | | | 0 | 2.1265752e-7 | |
| 21835000 | an hour ago | | | 0 | 2.4973310e-7 | |
| 21834695 | an hour ago | | | 0 | 2.2732599e-7 | |
| 21834355 | 2 hours ago | | | 0 | 2.9717996e-7 | |
| 21830122 | 4 hours ago | | | 0 | 1.6442678e-7 | |
| 21825370 | 7 hours ago | | | 0 | 1.6990312e-7 | |
| 21824172 | 7 hours ago | | | 0 | 1.6170978e-7 | |
| 21824126 | 7 hours ago | | | 0 | 2.3112890e-7 | |
| 21817158 | 11 hours ago | | | 0 | 1.8503841e-7 |
ABI
ABI objects
Getter at block 21837252
DOMAIN_SEPARATOR() view returns (bytes32)
0x817a12af30dee206a37976c5a1771acefec0a39b823f4c130caffc8ec6a8f3b9
decimals() view returns (uint8)
18
deployer() view returns (address)
0x514f1ff0224fdc0801245a51cc881698b7358c06
developer() view returns (address)
0xd1ec8245c8850a151843ce8a3afdca3b19747706
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Based Minecrft, version=1, chainId=8453, verifyingContract=0x96a07274abf958aa04a05b87434df4cd1bc77e06, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Based Minecraft
symbol() view returns (string)
basedMC
totalSupply() view returns (uint256)
95087784972298033240471421
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rescueETH()
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)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
StringTooLong(string str)