extraDNA
Verified contract
Active on
Ethereum with 2,441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($223.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GALA | ERC-20 | 8.5K | $0.026337 |
$223.86 | |
GALA | ERC-20 | 8.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111781 | 7 days ago | | | 0 | 0.00011621941 | |
| 21111779 | 7 days ago | | | 0 | 0.00011127417 | |
| 20757324 | 2 months ago | | | 0 | 0.00010004894 | |
| 20755757 | 2 months ago | | | 0 | 0.000034947455 | |
| 20747664 | 2 months ago | | | 0 | 0.000078668248 | |
| 20577037 | 3 months ago | | | 0 | 0.000068861111 | |
| 20562441 | 3 months ago | | | 0 | 0.00011523193 | |
| 20562389 | 3 months ago | | | 0 | 0.00011630252 | |
| 20555550 | 3 months ago | | | 0 | 0.000072958055 | |
| 20256717 | 4 months ago | | | 0 | 0.000084143309 |
ABI
ABI objects
Getter at block 21161739
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
11000000000000000000000000000
locked() view returns (bool)
false
name() view returns (string)
extraDNA
owner() view returns (address)
0x53202dbce40e7e3c441f67c2eadc0ec26b955079
symbol() view returns (string)
xDNA
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
canTransfer(address _addr) view returns (bool can1)
lockedAddresses(address) view returns (bool)
State-modifying
Events allowAddress(address _addr, bool _allowed)
approve(address _spender, uint256 _value) returns (bool hello)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _addr, bool _locked)
setLocked(bool _locked)
transfer(address _to, uint256 _value) returns (bool trans1)
transferFrom(address _from, address _to, uint256 _value) returns (bool trans)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
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.
This contract contains no error objects.