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 "MacroBro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199090 | a minute ago | | | 0 | 0.00073849438 | |
| 21199063 | 7 minutes ago | | | 0 | 0.00090095075 | |
| 21199039 | 11 minutes ago | | | 0 | 0.00099068100 | |
| 21198957 | 28 minutes ago | | | 0 | 0.00061157915 | |
| 21198817 | an hour ago | | | 0 | 0.00068019244 | |
| 21198686 | an hour ago | | | 0 | 0.00070125766 | |
| 21198669 | an hour ago | | | 0 | 0.00073213704 | |
| 21198452 | 2 hours ago | | | 0 | 0.00079604117 | |
| 21198360 | 2 hours ago | | | 0 | 0.00079099282 | |
| 21198309 | 3 hours ago | | | 0 | 0.00065618297 |
ABI
ABI objects
Getter at block 21199094
DOMAIN_SEPARATOR() view returns (bytes32)
0x252ce12e2de27fd5d1704de4ade79d10079cad9a176db871b82e0088e7efb7d5
MAX_SUPPLY() view returns (uint256)
420690000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=MacroBro, version=1, chainId=1, verifyingContract=0x5ead2ad2718ff6d977d1d6fcd91fc961475e7aba, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
MacroBro
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
POORBEAR
totalSupply() view returns (uint256)
420690000000000000000000000000000
tradingStarted() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
nonfrens(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setNonFren(address account, bool status)
startTrading()
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)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)