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 "SINGULARITY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23610417 | 5 hours ago | | | 0 | 0.0000013023743 | |
| 23598849 | 12 hours ago | | | 0 | 5.8305240e-7 | |
| 23589128 | 17 hours ago | | | 0 | 6.4891020e-7 | |
| 23586014 | 19 hours ago | | | 0 | 0.0000023887511 | |
| 23584355 | 20 hours ago | | | 0 | 0.000000909387913538 | |
| 23571063 | a day ago | | | 0 | 0.0000023507150 | |
| 23570717 | a day ago | | | 0 | 0.0000029791215 | |
| 23567134 | a day ago | | | 0 | 8.2636313e-7 | |
| 23538617 | 2 days ago | | | 0 | 0.0000014752081 | |
| 23538021 | 2 days ago | | | 0 | 0.0000013643536 |
ABI
ABI objects
Getter at block 23620153
castHash() view returns (string)
0x5d88556dd19f4cc3e6a82ebc243952551c17b0b1
decimals() view returns (uint8)
18
deployer() view returns (address)
0x647b7881b8a63fd8c6aab5b0244b9067223d0e12
fid() view returns (uint256)
315455
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/92dfa703-962d-4024-3997-188f09253800/original
name() view returns (string)
SINGULARITY
symbol() view returns (string)
DXRG
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)