ImperialThrone Ticket
Verified contract
Active on
Ethereum with 534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($2,680.62)
Native
Value
$2,680.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.85 | $3,153.67 |
$2,680.62 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20503081 | 3 months ago | | | 0 | 0.000049548321 | |
| 17854042 | a year ago | | | 0 | 0.00071546489 | |
| 16630903 | 2 years ago | | | 0 | 0.0016570929 | |
| 15396822 | 2 years ago | | | 0 | 0.00017996796 | |
| 15362154 | 2 years ago | | | 0 | 0.00046990000 | |
| 15011924 | 2 years ago | | | 0 | 0.0011281679 | |
| 14227930 | 3 years ago | | | 0 | 0.0039659192 | |
| 14227169 | 3 years ago | | | 0 | 0.0033220324 | |
| 14218744 | 3 years ago | | | 0 | 0.0041067053 | |
| 13984160 | 3 years ago | | | 0 | 0.0058022658 |
ABI
ABI objects
Getter at block 21216211
_baseAddRatio() view returns (uint32)
90
_curTicketId() view returns (uint256)
465
_legendaryAddCount() view returns (uint32)
1
_legendaryPrice() view returns (uint256)
1000000000000000000
_legendaryTicketCount() view returns (uint32)
0
_normalPrice() view returns (uint256)
10000000000000000
_rareAddCount() view returns (uint32)
9
_rarePrice() view returns (uint256)
100000000000000000
_rareTicketCount() view returns (uint32)
12
_sellNormalTicketCount() view returns (uint32)
319
_ticketFlag() view returns (uint8)
1
isOwner() view returns (bool)
false
name() view returns (string)
ImperialThrone Ticket
owner() view returns (address)
0xe8478559f5c775bc1d25e636186d90faac5fdbd4
paused() view returns (bool)
false
symbol() view returns (string)
ITTK
totalSupply() view returns (uint256)
464
Read-only
_ticketHashMap(uint256) view returns (address key, uint8 ticketType, bool exchange)
_ticketMap(uint256) view returns (uint8 ticketType, uint8 ticketFlag)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHashExchangeState(uint256 id) view returns (bool)
getTicketInfo(uint256 ticketId) view returns (uint8 ticketType, uint8 ticketFlag)
isAdmin(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPauser(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifyOwnerTicket(uint256 id, uint8 v, bytes32 r, bytes32 s) view returns (bool)
State-modifying
Events addAdmin(address account)
addPauser(address account)
addTicketHash(uint256 id, address key, uint8 ticketType)
addTicketHashList(uint256[] idList, address[] keyList, uint8[] ticketTypeList)
approve(address to, uint256 tokenId)
buyTicket(uint8 channelId, uint8 ticketType) payable
exchangeOwnerTicket(uint8 channelId, uint256 id, uint8 v, bytes32 r, bytes32 s)
pause()
removeAdmin(address account)
removePauser(address account)
renounceAdmin()
renounceOwnership()
renouncePauser()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseAddRatio(uint32 ratio)
setLegendaryAddCount(uint32 count)
setLegendaryTicketCount(uint32 count)
setLegendaryTicketPrice(uint256 price)
setNormalTicketPrice(uint256 price)
setRareAddCount(uint32 count)
setRareTicketCount(uint32 count)
setRareTicketPrice(uint256 price)
setTicketFlag(uint8 flag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawETH(uint256 count)
AddTicketHash(uint256 id)
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BuyTicket(uint8 indexed channelId, address owner, uint8 ticket_type)
ExchangeOwnerTicket(uint8 indexed channelId, address owner, uint256 id, uint256 ticketId, uint8 ticketType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.