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 "Enron"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23235326 | 10 hours ago | | | 0 | 0.0000024778858 | |
| 23224646 | 16 hours ago | | | 0 | 0.0000070073242 | |
| 23218832 | 19 hours ago | | | 0 | 0.0000023484900 | |
| 23218830 | 19 hours ago | | | 0 | 0.0000023454448 | |
| 23209734 | a day ago | | | 0 | 0.0000023403027 | |
| 23206431 | a day ago | | | 0 | 0.0000040812867 | |
| 23204562 | a day ago | | | 0 | 0.0000023478809 | |
| 23199280 | a day ago | | | 0 | 0.0000014949965 | |
| 23198856 | a day ago | | | 0 | 0.0000024004307 | |
| 23197286 | a day ago | | | 0 | 0.0000019702079 |
ABI
ABI objects
Getter at block 23253640
castHash() view returns (string)
0x94b2dc09f335bb37b1d4beeac7d065de5d5541be
decimals() view returns (uint8)
18
deployer() view returns (address)
0x3f26119ff2c8b2482ac3d21c7d4a92e38bed4f18
fid() view returns (uint256)
1098
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/cbe83d5b-53cd-48ec-215f-c07d6c1ce200/original
name() view returns (string)
Enron
symbol() view returns (string)
ENRON
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)