404Aliens
Verified contract
Active on
Ethereum with 1,907 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($2.46)
Native
Value
$0.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,193.93 |
$0.32 | |
404A | ERC-20 | 0.61 | $3.51 |
$2.14 | |
APT404 | ERC-20 | 6.99939K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155244 | 7 hours ago | | | 0 | 0.00043248536 | |
| 21100817 | 8 days ago | | | 0 | 0.00027419358 | |
| 21089424 | 9 days ago | | | 0 | 0.00029943107 | |
| 21065139 | 13 days ago | | | 0 | 0.0054499282 | |
| 21059249 | 14 days ago | | | 0 | 0.00086759330 | |
| 21059221 | 14 days ago | | | 0 | 0.0010312539 | |
| 21059213 | 14 days ago | | | 0 | 0.00021111336 | |
| 21059195 | 14 days ago | | | 0 | 0.0025802553 | |
| 21059170 | 14 days ago | | | 0 | 0.0042855064 | |
| 21059132 | 14 days ago | | | 0 | 0.00099568206 |
ABI
ABI objects
Getter at block 21157363
claimTokenAddress() view returns (address)
0x37df5ac017befab28b81f701f04a6c98d401eea3
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x7b7371c28afee7212b7bb2e13b399edaa7c83d18
name() view returns (string)
404Aliens
owner() view returns (address result)
0x373946dcac70de46e2fe6fe095e301d746cc57ed
paused() view returns (bool)
false
symbol() view returns (string)
404A
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address a) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
exchangeTokens(uint256 amount)
mint(address to, uint256 amount)
pause()
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setClaimTokenAddress(address newClaimTokenAddress)
setSkipNFT(bool skipNFT)
setSkipNFTAddress(address a, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
unPause()
withdraw()
withdraw404Tokens(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
Unpaused(address account)
constructor(string name_, string symbol_, uint96 initialTokenSupply, address initialSupplyOwner, address _claimTokenAddress)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
EnforcedPause()
ExpectedPause()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Reentrancy()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()