MandalaToken
Verified contract
Active on
Ethereum with 2,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($71,455.14)
Native
Value
$71,455.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 20.45825 | $3,492.73 |
$71,455.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209844 | 8 days ago | | | 0 | 0.0010363334 | |
| 21109427 | 22 days ago | | | 0 | 0.00024589036 | |
| 21109417 | 22 days ago | | | 0 | 0.00049665090 | |
| 21109291 | 22 days ago | | | 0 | 0.00044342123 | |
| 21108468 | 22 days ago | | | 0 | 0.00028334109 | |
| 20775162 | 2 months ago | | | 0 | 0.00030381965 | |
| 20607658 | 3 months ago | | | 0 | 0.000055353600 | |
| 20607625 | 3 months ago | | | 0 | 0.000089492929 | |
| 19218397 | 9 months ago | | | 0 | 0.00057713577 | |
| 19033879 | 10 months ago | | | 0 | 0.0014599972 |
ABI
ABI objects
Getter at block 21265366
creator() view returns (address)
0x8350c9989ef11325b36ce6f7549004d418dbcee7
creatorCutPer10000th() view returns (uint256)
500
currentPrice() view returns (uint256)
147000000000000000
initialPrice() view returns (uint256)
1000000000000000
linearCoefficient() view returns (uint256)
500000000000000
name() pure returns (string)
Mandala Tokens
symbol() pure returns (string)
MANDALA
totalSupply() view returns (uint256)
292
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 id) view returns (address)
getTokenDataOfOwner(address owner, uint256 start, uint256 num) view returns (struct MandalaTokenTokenData[] tokens)
isApprovedForAll(address owner, address operator) view returns (bool isOperator)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 id) pure returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address operator, uint256 id)
burn(uint256 id)
mint(address to, bytes signature) payable returns (uint256)
postUpgrade(address _creator, uint256 _initialPrice, uint256 _creatorCutPer10000th, uint256 _linearCoefficient)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferCreatorship(address newCreatorAddress)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(uint256 indexed id, uint256 indexed priceReceived)
CreatorshipTransferred(address indexed previousCreator, address indexed newCreator)
Minted(uint256 indexed id, uint256 indexed pricePaid)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _creator, uint256 _initialPrice, uint256 _creatorCutPer10000th, uint256 _linearCoefficient)
This contract contains no fallback and receive objects.
This contract contains no error objects.