Stellum Character
Verified contract
Active on
Base with 947 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 "Stellum Character"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20516239 | 2 months ago | | | 0 | 4.5911318e-7 | |
| 16510560 | 5 months ago | | | 0 | 2.7682100e-7 | |
| 16510354 | 5 months ago | | | 0 | 3.4306790e-7 | |
| 16474680 | 5 months ago | | | 0 | 2.7711245e-7 | |
| 16473825 | 5 months ago | | | 0 | 5.1424971e-7 | |
| 13081757 | 7 months ago | | | 0 | 0.0000027840818 | |
| 12946758 | 7 months ago | | | 0 | 0.000016416389 | |
| 12207302 | 8 months ago | | | 0 | 4.6766092e-7 | |
| 12145402 | 8 months ago | | | 0 | 0.0000024964096 | |
| 11393050 | 9 months ago | | | 0 | 0.000000046267000000 |
ABI
ABI objects
Getter at block 22768073
ETH_RECEIVER_ADDRESS() view returns (address)
0x80933220e216fb1cc724885bbb2bd63e87e55e33
GAME_CONTRACT_ADDRESS() view returns (address)
0x9ffef52ecd11491108550bb6c86444193f7ace87
game() view returns (address)
0x9ffef52ecd11491108550bb6c86444193f7ace87
name() view returns (string)
Stellum Character
owner() view returns (address)
0x4e01af691fda86d5d4adc558a1f580e2642eee00
symbol() view returns (string)
STC
totalSpent() view returns (uint256)
14295000000000000000
totalSupply() view returns (uint256)
953
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
level(uint256) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchBuy(address receiver, uint256 amount) payable
buy(address coinAddress) payable
changeBaseURI(string newURI)
markAsUsed(address playerAddr, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setGameContractAddress(address gameContractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade(address playerAddr, uint256 tokenId, uint8 toLevel)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri_, address bnbReceiverAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.