Tokenimals
Verified contract
Active on
Ethereum with 239 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($101.37)
Native
Value
$101.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.030941 | $3,276.31 |
$101.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5856792 | 6 years ago | | | 0.0021052632 | 0.00015464200 | |
| 5856790 | 6 years ago | | | 0.0021052632 | 0.00015464200 | |
| 5856788 | 6 years ago | | | 0.004432133 | 0.00015464200 | |
| 5856786 | 6 years ago | | | 0.001 | 0.00018464200 | |
| 5856783 | 6 years ago | | | 0.004432133 | 0.00015464200 | |
| 5847340 | 6 years ago | | | 0.0021052632 | 0.00015464200 | |
| 5847340 | 6 years ago | | | 0.0021052632 | 0.00015464200 | |
| 5847338 | 6 years ago | | | 0.004432133 | 0.00015464200 | |
| 5847337 | 6 years ago | | | 0.001 | 0.00018464200 | |
| 5847335 | 6 years ago | | | 0.0021052632 | 0.00015464200 |
ABI
ABI objects
Getter at block 21171111
implementsERC721() view returns (bool _implements)
false
name() pure returns (string _name)
Tokenimals
readCharityAddress() view returns (address _charityAddress)
0x66b230f19bf4da1ed62c51d1da84307b705e6c1b
symbol() pure returns (string _symbol)
TKS
totalSupply() view returns (uint256 _totalSupply)
71
Read-only
allOf(uint256 _itemId) view returns (address _owner, uint256 _startingPrice, uint256 _price, uint256 _nextPrice, uint256 _charityCut)
approvedFor(uint256 _itemId) view returns (address _approved)
balanceOf(address _owner) view returns (uint256 _balance)
calculateDevCut(uint256 _price) view returns (uint256 _devCut)
calculateNextPrice(uint256 _price) view returns (uint256 _nextPrice)
charityCutOf(uint256 _itemId) view returns (uint256 _charityCut)
isAdmin(address _admin) view returns (bool _isAdmin)
itemsForSaleLimit(uint256 _from, uint256 _take) view returns (uint256[] _items)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
previousPriceOf(uint256 _itemId) view returns (uint256 _previousPrice)
priceOf(uint256 _itemId) view returns (uint256 _price)
startingPriceOf(uint256 _itemId) view returns (uint256 _startingPrice)
tokenExists(uint256 _itemId) view returns (bool _exists)
tokensOf(address _owner) view returns (uint256[] _tokenIds)
State-modifying
Events addAdmin(address _admin)
approve(address _to, uint256 _itemId)
buy(uint256 _itemId, uint256 _charityCutNew) payable
enableERC721()
listItem(uint256 _itemId, uint256 _price, address _owner, uint256 _charityCut)
listItemFromRegistry(uint256 _itemId)
listMultipleItems(uint256[] _itemIds, uint256 _price, address _owner, uint256 _charityCut)
ownerkill()
populateFromItemRegistry(uint256[] _itemIds)
removeAdmin(address _admin)
setCharity(address _charityAddress)
setItemRegistry(address _itemRegistry)
setOwner(address _owner)
transfer(address _to, uint256 _itemId)
transferFrom(address _from, address _to, uint256 _itemId)
withdrawAll()
withdrawAmount(uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Sold(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.