OMNI-DRAGON_404
Verified contract
Active on
Ethereum with 387 txns
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 "OMNI-DRAGON_404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20860369 | 2 months ago | | | 0 | 0.00016831478 | |
| 19231982 | 9 months ago | | | 0 | 0.00053113480 | |
| 19228709 | 9 months ago | | | 0 | 0.0012240333 | |
| 19228634 | 9 months ago | | | 0 | 0.0018148017 | |
| 19228564 | 9 months ago | | | 0 | 0.0011934272 | |
| 19228555 | 9 months ago | | | 0 | 0.00058073511 | |
| 19228442 | 9 months ago | | | 0 | 0.0013782462 | |
| 19228259 | 9 months ago | | | 0 | 0.0013949096 | |
| 19228198 | 9 months ago | | | 0 | 0.0014856227 | |
| 19228169 | 9 months ago | | | 0 | 0.0015140330 |
ABI
ABI objects
Getter at block 21287102
canCrosschain() view returns (bool)
true
dataURI() view returns (string)
decimals() view returns (uint8)
18
gasService() view returns (address)
0x2d5d7d31f671f86c782533cc367f14109a082712
gateway() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
isOpenTrading() view returns (bool)
true
minted() view returns (uint256)
91
name() view returns (string)
OMNI-DRAGON_404
owner() view returns (address)
0x9a02e20451c8999dc02da5642931c8d27026f447
symbol() view returns (string)
OMNI-DRAGON_404
tokenURIAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
250000000000000000000
Read-only
_isExcludedFromFees(address) view returns (bool)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
crosschainPoints(address) view returns (uint256)
getAllTokensAndSeedByOwner(address _addr) view returns (uint256[], uint256[])
getAllTokensByOwner(address _addr) view returns (uint256[])
getApproved(uint256) view returns (address)
idNumber(uint256) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
isV3Pair(address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
seedOfId(uint256) view returns (uint256)
tokenURI(uint256 _id) view returns (string)
totalBuyAmount(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
crossChain(string destinationChain, string destinationAddress, address _to, uint256 _amount) payable
execute(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload)
executeWithToken(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload, string tokenSymbol, uint256 amount)
refreshSeed(uint256 _id)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setCanCrosschain(bool _bool)
setIsOpenTrading(bool _bool)
setIsV3Pair(address _addr, bool _bool)
setTokenURIAddress(address _addr)
setWhitelist()
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId) returns (bool)
transferOwnership(address _owner)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner, address _router, address _weth, address gateway_, address gasService_, uint256 supply)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidAddress()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotApprovedByGateway()
NotFound()
Unauthorized()
UnsafeRecipient()