We should make the pie bigger
Verified contract
Active on
Base with 37 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 "We should make the pie bigger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23647147 | 2 days ago | | | 0 | 0.0000017094929 | |
| 23616471 | 3 days ago | | | 0 | 0.0000092068000 | |
| 23616465 | 3 days ago | | | 0 | 0.0000057748000 | |
| 23597416 | 3 days ago | | | 0 | 0.0000052268000 | |
| 23597343 | 3 days ago | | | 0 | 0.0000052268000 | |
| 23597271 | 3 days ago | | | 0 | 0.0000052268000 | |
| 23597267 | 3 days ago | | | 0 | 3.1790789e-7 | |
| 23597220 | 3 days ago | | | 0 | 0.0000013923478 | |
| 23597189 | 3 days ago | | | 0 | 0.0000052268000 | |
| 23597179 | 3 days ago | | | 0 | 0.0000013929907 |
ABI
ABI objects
Getter at block 23740723
castHash() view returns (string)
0xc056a5f027c4bd026603dd66a8812f78d3121a7e
decimals() view returns (uint8)
18
deployer() view returns (address)
0xee3ca4dd4ceb3416915eddc6cdadb4a6060434d4
fid() view returns (uint256)
7061
image() view returns (string)
name() view returns (string)
We should make the pie bigger
symbol() view returns (string)
BIGGER
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
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)