Asterix
Verified contract
Active on
Ethereum with 6,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASTX | ERC-20 | 1 | $632.85 |
$632.85 | |
(#2370) | ASTX | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188158 | 6 hours ago | | | 0 | 0.0013629372 | |
| 21185054 | 17 hours ago | | | 0 | 0.0013701981 | |
| 21184063 | 20 hours ago | | | 0 | 0.0025227420 | |
| 21183205 | a day ago | | | 0 | 0.0028563329 | |
| 21183059 | a day ago | | | 0 | 0.0020043970 | |
| 21181100 | a day ago | | | 0 | 0.0049456318 | |
| 21173157 | 2 days ago | | | 0 | 0.0022491291 | |
| 21168574 | 3 days ago | | | 0 | 0.00092486511 | |
| 21168570 | 3 days ago | | | 0 | 0.0016139467 | |
| 21165082 | 3 days ago | | | 0 | 0.0011685858 |
ABI
ABI objects
Getter at block 21190084
baseERC20() view returns (address base)
0x0000000000ca73a6df4c58b84c5b4b847fe8ff39
name() view returns (string result)
Asterix
symbol() view returns (string result)
ASTX
totalSupply() view returns (uint256 result)
7385
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 id) view returns (string result)
State-modifying
Events approve(address spender, uint256 id)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
fallback()
receive()
AlreadyLinked()
CannotLink()
NotLinked()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()